aboutsummaryrefslogtreecommitdiffstats
path: root/index
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-04-25 12:02:03 +0200
committermakefu <github@syntax-fehler.de>2014-04-25 12:02:03 +0200
commit09bc409155e99b04cb2282faa01548a40a2c135a (patch)
tree7c410840e7266953266e7d9b78e5b7d99e68c21a /index
parent7862c9c38d8109f8f307e7c1a6f374c9d4f0f41e (diff)
make config file a parameter
Diffstat (limited to 'index')
-rwxr-xr-xindex2
1 files changed, 1 insertions, 1 deletions
diff --git a/index b/index
index ac647ca..fc59cd7 100755
--- a/index
+++ b/index
@@ -4,4 +4,4 @@ set -euf
# cd //Reaktor
cd $(dirname $(readlink -f $0))
-exec IRC/index
+exec IRC/index "$@"