aboutsummaryrefslogtreecommitdiffstats
path: root/index
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-08-28 13:53:08 +0200
committermakefu <github@syntax-fehler.de>2015-08-28 13:53:08 +0200
commitc4d5f80b839d8969e99087268fe40e8ac723c629 (patch)
tree9e34d04d87b62955c0f3c6478ff5b04d0175c4b5 /index
parent5cde47e9c5ef649482b414009a601a8e23ae29b3 (diff)
Reaktor: add new core, parse args with docopt instead of sys.argv
Diffstat (limited to 'index')
-rwxr-xr-xindex7
1 files changed, 0 insertions, 7 deletions
diff --git a/index b/index
deleted file mode 100755
index fc59cd7..0000000
--- a/index
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/sh
-set -euf
-
-# cd //Reaktor
-cd $(dirname $(readlink -f $0))
-
-exec IRC/index "$@"