summaryrefslogtreecommitdiffstats
path: root/Reaktor/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
commita12e24ae318b5a12f91e81273de9ac1b08bde110 (patch)
treec2188c57c9fdc2572974f42edcf620018f024d38 /Reaktor/index
parent4b6a54f8bff3015d2f6e9cd0ee7cc2a2f0bc528a (diff)
Reaktor: add new core, parse args with docopt instead of sys.argv
Diffstat (limited to 'Reaktor/index')
-rwxr-xr-xReaktor/index7
1 files changed, 0 insertions, 7 deletions
diff --git a/Reaktor/index b/Reaktor/index
deleted file mode 100755
index fc59cd73..00000000
--- a/Reaktor/index
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/sh
-set -euf
-
-# cd //Reaktor
-cd $(dirname $(readlink -f $0))
-
-exec IRC/index "$@"