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
|