mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
7 lines
139 B
Bash
Executable file
7 lines
139 B
Bash
Executable file
#! /bin/sh
|
|
|
|
H2PY=../../Tools/scripts/h2py.py
|
|
HEADERS=/boot/develop/headers
|
|
|
|
set -v
|
|
python $H2PY -i '(u_long)' $HEADERS/be/net/netinet/in.h
|