mirror of
https://github.com/python/cpython.git
synced 2025-01-14 12:35:04 +08:00
8 lines
139 B
Bash
Executable File
8 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
|