diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-11 15:18:24 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-11 15:18:24 +0100 |
commit | 3064926731fdbf3516e496fa1e905278defeccc3 (patch) | |
tree | ef1c1f5162404c58fd6255a243390f5ed2e27f5d /os1w2/args | |
parent | 1a79f611169d7ef128f5eb63294ba11807c5feb3 (diff) |
os week 2
Diffstat (limited to 'os1w2/args')
-rwxr-xr-x | os1w2/args | 4 |
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; |