summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/pid.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/pid.sh')
-rwxr-xr-xcontrib/awk/test/pid.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/awk/test/pid.sh b/contrib/awk/test/pid.sh
deleted file mode 100755
index a19d72c..0000000
--- a/contrib/awk/test/pid.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-AWK=${AWK-../gawk}
-echo $$ > _pid.in
-echo $1 >> _pid.in
-exec $AWK -f pid.awk _pid.in
OpenPOWER on IntegriCloud