diff options
| author | lassulus <lassulus@googlemail.com> | 2013-12-19 02:27:45 +0100 |
|---|---|---|
| committer | lassulus <lassulus@googlemail.com> | 2013-12-19 02:27:45 +0100 |
| commit | f0768b7253bc37434a8594d6f8a5acc033356085 (patch) | |
| tree | e3cb266e8e2d7c03295a171d420f4f1dd342f89c /commands | |
| parent | 5083bed0ca1fa61436dab03d5df5036ef92355af (diff) | |
Reaktor/IRC: provide arguments to commands
Diffstat (limited to 'commands')
| -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${*+, $*}!" |
