diff options
| author | 2019-06-23 18:13:56 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:38 -0700 | |
| commit | 5eec45c29fa66139c3f537bbbb602e4e769346ad (patch) | |
| tree | 66bd8bd913ea4089d7050c0f470e0c11c8f64293 /scripts | |
| parent | Set variable beforehand (diff) | |
Does the variable get overwritten?
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/test.sh b/scripts/test.sh new file mode 100755 index 0000000..a267324 --- /dev/null +++ b/scripts/test.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +printf '%s\n' "$1" |