From 5e468c5d642311523cbc38cc84c9402072e48fd1 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 --- Reaktor/commands/hello | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Reaktor/commands/hello') 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${*+, $*}!" -- cgit v1.2.3