From f09b4ea6c6a381b85363fd811b6e6526c76593ce Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 16 Dec 2013 18:19:49 +0100 Subject: Reaktor/IRC: use command patterns --- commands/say | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 commands/say (limited to 'commands/say') diff --git a/commands/say b/commands/say new file mode 100755 index 0000000..8b83c05 --- /dev/null +++ b/commands/say @@ -0,0 +1,2 @@ +#!/bin/sh +printf '%s\n' "$*" -- cgit v1.2.3