diff options
Diffstat (limited to 'commands/hello')
-rwxr-xr-x | commands/hello | 2 |
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${*+, $*}!" |