aboutsummaryrefslogtreecommitdiffstats
path: root/test/argcasfile.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/argcasfile.awk')
-rw-r--r--test/argcasfile.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/argcasfile.awk b/test/argcasfile.awk
new file mode 100644
index 00000000..489f25ca
--- /dev/null
+++ b/test/argcasfile.awk
@@ -0,0 +1 @@
+{ for (i in ARGV) print i,ARGV[i] }