diff options
author | lassulus <lassulus@googlemail.com> | 2013-12-16 18:19:49 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2013-12-16 18:19:49 +0100 |
commit | 884fb902e9936993e13fe87f46fcd0e1fc052499 (patch) | |
tree | 6c231e9ead22304ab659a1679b42ce5ebccaf524 /Reaktor/commands/caps | |
parent | 5f6ded8bcbc4700b4547c4d1285e71e270908b2f (diff) |
Reaktor/IRC: use command patterns
Diffstat (limited to 'Reaktor/commands/caps')
-rwxr-xr-x | Reaktor/commands/caps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Reaktor/commands/caps b/Reaktor/commands/caps index bc3d7ba2..caa1fe06 100755 --- a/Reaktor/commands/caps +++ b/Reaktor/commands/caps @@ -1,4 +1,5 @@ #! /bin/sh +exec echo 'TODO: need access to config.json' set -euf cd public_commands echo `ls` |