diff options
Diffstat (limited to 'modules/people/bin/run.sh')
-rwxr-xr-x | modules/people/bin/run.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/people/bin/run.sh b/modules/people/bin/run.sh deleted file mode 100755 index 6da3d059..00000000 --- a/modules/people/bin/run.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -echo basedir $0 -BINDIR="`dirname $0`/../src" - -python2 "$BINDIR/main.py" $@ |