mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00

svn+ssh://pythondev@svn.python.org/python/trunk ........ r78644 | benjamin.peterson | 2010-03-03 20:07:55 -0600 (Wed, 03 Mar 2010) | 1 line set svn:executable on all regen scripts ........
3 lines
93 B
Bash
Executable file
3 lines
93 B
Bash
Executable file
#! /bin/sh
|
|
set -v
|
|
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
|