aboutsummaryrefslogtreecommitdiffstats
path: root/commands/hello
diff options
context:
space:
mode:
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${*+, $*}!"