diff options
author | tv <tv@xso> | 2011-09-06 15:46:23 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-06 15:46:23 +0200 |
commit | 1024dbd8759478e032ade59b671b6b10b0c53c45 (patch) | |
tree | cdc9ed3f9c899358f41c3168bc6f0418491b5091 | |
parent | c62ed6d11d847bad2d95d4e9db6a4f88012a02aa (diff) |
//Reaktor/commands/{hello,retard}: initial commit
-rwxr-xr-x | Reaktor/commands/hello | 2 | ||||
-rwxr-xr-x | Reaktor/commands/retard | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Reaktor/commands/hello b/Reaktor/commands/hello new file mode 100755 index 00000000..df3b6bb9 --- /dev/null +++ b/Reaktor/commands/hello @@ -0,0 +1,2 @@ +#! /bin/sh +echo "Hello${argument+, $argument}!" diff --git a/Reaktor/commands/retard b/Reaktor/commands/retard new file mode 100755 index 00000000..c59b4d1c --- /dev/null +++ b/Reaktor/commands/retard @@ -0,0 +1 @@ +#? //retard |