diff options
Diffstat (limited to 'Reaktor/commands/hello')
-rwxr-xr-x | Reaktor/commands/hello | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/commands/hello b/Reaktor/commands/hello index df3b6bb9..05ed79b5 100755 --- a/Reaktor/commands/hello +++ b/Reaktor/commands/hello @@ -1,2 +1,2 @@ #! /bin/sh -echo "Hello${argument+, $argument}!" +echo "Hello${*+, $*}!" |