diff options
Diffstat (limited to 'samples/Shell')
| -rwxr-xr-x | samples/Shell/bash.script! | 2 | ||||
| -rwxr-xr-x | samples/Shell/sh.script! | 2 | ||||
| -rwxr-xr-x | samples/Shell/zsh.script! | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/samples/Shell/bash.script! b/samples/Shell/bash.script! new file mode 100755 index 0000000..0c2172c --- /dev/null +++ b/samples/Shell/bash.script! @@ -0,0 +1,2 @@ +#!/bin/bash +echo "bash" diff --git a/samples/Shell/sh.script! b/samples/Shell/sh.script! new file mode 100755 index 0000000..e5ed467 --- /dev/null +++ b/samples/Shell/sh.script! @@ -0,0 +1,2 @@ +#!/bin/sh +echo "sh" diff --git a/samples/Shell/zsh.script! b/samples/Shell/zsh.script! new file mode 100755 index 0000000..ed274ab --- /dev/null +++ b/samples/Shell/zsh.script! @@ -0,0 +1,2 @@ +#!/bin/zsh +echo "zsh" |
