summaryrefslogtreecommitdiff
path: root/run-debug
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-06 11:37:46 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-06 18:55:44 +0300
commit888db73b93aefe70d838d499f7f9cc43eee7372b (patch)
treedd8c08da03ac3ff4c1bb1d4121f5548010b8fa8f /run-debug
parentedda45bd66a8d7c6bf2e5f3ec270237ac93b3d9d (diff)
downloadick2-888db73b93aefe70d838d499f7f9cc43eee7372b.tar.gz
Start rewrite using Python 3, apifw, slog
apifw and slog are two libraries I've written for work. They make writing RESTful HTTP JSON APIs easier.
Diffstat (limited to 'run-debug')
-rwxr-xr-xrun-debug12
1 files changed, 0 insertions, 12 deletions
diff --git a/run-debug b/run-debug
deleted file mode 100755
index a960e6a..0000000
--- a/run-debug
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-ick="$1"
-
-./controller \
- --debug \
- --pid-file=pid \
- --port-file=port \
- --log=log \
- --projects="$ick" \