aboutsummaryrefslogtreecommitdiffstats
path: root/commands/say
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2013-12-16 18:19:49 +0100
committerlassulus <lassulus@googlemail.com>2013-12-16 18:19:49 +0100
commitf09b4ea6c6a381b85363fd811b6e6526c76593ce (patch)
tree18dd4124924ad457641e07094474204ab88cfb0b /commands/say
parent58ed45469cab2e25f2a2a7a98de22ac079763063 (diff)
Reaktor/IRC: use command patterns
Diffstat (limited to 'commands/say')
-rwxr-xr-xcommands/say2
1 files changed, 2 insertions, 0 deletions
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' "$*"