Guido van Rossum | 98ee50b | 1997-12-03 18:44:57 +0000 | [diff] [blame^] | 1 | #! /bin/sh |
2 | set -v | ||||
3 | python ../../Tools/scripts/h2py.py /usr/include/fcntl.h | ||||
4 | python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h | ||||
5 | python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h | ||||
6 | python ../../Tools/scripts/h2py.py /usr/include/termios.h |