From f0768b7253bc37434a8594d6f8a5acc033356085 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 19 Dec 2013 02:27:45 +0100 Subject: Reaktor/IRC: provide arguments to commands --- commands/hello | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') 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${*+, $*}!" -- cgit v1.2.3