source:
trunk/essentials/sys-apps/gawk/test/pid.sh
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 108 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | AWK=${AWK-../gawk} |
3 | echo $$ > _pid.in |
4 | echo $1 >> _pid.in |
5 | exec $AWK -f pid.awk _pid.in 2>/dev/null |
Note:
See TracBrowser
for help on using the repository browser.