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 /Reaktor/commands/hello | |
parent | c62ed6d11d847bad2d95d4e9db6a4f88012a02aa (diff) |
//Reaktor/commands/{hello,retard}: initial commit
Diffstat (limited to 'Reaktor/commands/hello')
-rwxr-xr-x | Reaktor/commands/hello | 2 |
1 files changed, 2 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}!" |