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 | 265fe5fb0c80c7de5bc111b31e491fea0bdbea45 (patch) | |
tree | d682e498e5e01d814be28f6c971181fab17e10b5 /commands/hello | |
parent | b08022c1421db6de6a3680c37bac03f142f5396d (diff) |
//Reaktor/commands/{hello,retard}: initial commit
Diffstat (limited to 'commands/hello')
-rwxr-xr-x | commands/hello | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/hello b/commands/hello new file mode 100755 index 0000000..df3b6bb --- /dev/null +++ b/commands/hello @@ -0,0 +1,2 @@ +#! /bin/sh +echo "Hello${argument+, $argument}!" |