aboutsummaryrefslogtreecommitdiffstats
path: root/commands/hello
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2013-12-19 02:27:45 +0100
committerlassulus <lassulus@googlemail.com>2013-12-19 02:27:45 +0100
commitf0768b7253bc37434a8594d6f8a5acc033356085 (patch)
treee3cb266e8e2d7c03295a171d420f4f1dd342f89c /commands/hello
parent5083bed0ca1fa61436dab03d5df5036ef92355af (diff)
Reaktor/IRC: provide arguments to commands
Diffstat (limited to 'commands/hello')
-rwxr-xr-xcommands/hello2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/hello b/commands/hello
index df3b6bb..05ed79b 100755
--- a/commands/hello
+++ b/commands/hello
@@ -1,2 +1,2 @@
#! /bin/sh
-echo "Hello${argument+, $argument}!"
+echo "Hello${*+, $*}!"