#!/bin/sh
#p2c -LTURBO -V $1.p
cc -I/usr/include $1.c sigint.c child.c /usr/lib/libp2c.a -o $1
