summaryrefslogtreecommitdiff
path: root/os1w2/args
diff options
context:
space:
mode:
Diffstat (limited to 'os1w2/args')
-rwxr-xr-xos1w2/args4
1 files changed, 4 insertions, 0 deletions
diff --git a/os1w2/args b/os1w2/args
new file mode 100755
index 0000000..ef543ad
--- /dev/null
+++ b/os1w2/args
@@ -0,0 +1,4 @@
+#!/bin/sh
+for arg in "$@"; do
+ echo "$arg"
+done;