mirror of
https://github.com/python/cpython.git
synced 2025-07-16 15:55:18 +00:00
6 lines
268 B
Bash
Executable file
6 lines
268 B
Bash
Executable file
#! /bin/sh
|
|
set -v
|
|
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
|
|
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
|
|
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
|
|
python ../../Tools/scripts/h2py.py /usr/include/termios.h
|