diff options
author | root <root@krebs> | 2011-05-09 21:02:54 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-05-09 21:02:54 +0200 |
commit | 9e22c8b62b449af8391e28477d9d8ff4b50e86d8 (patch) | |
tree | 1e181e39f3794252dbf653c4737c7447fe745a27 /modules/people/bin/run.sh | |
parent | 8aad7ae37a2ac51dbeb07da7bb18810ca15af865 (diff) | |
parent | 483a46be9a90ef46b3f478d62f108d675159cdc6 (diff) |
Merge remote branch 'snmp_users/master'
Diffstat (limited to 'modules/people/bin/run.sh')
-rwxr-xr-x | modules/people/bin/run.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/people/bin/run.sh b/modules/people/bin/run.sh new file mode 100755 index 00000000..6da3d059 --- /dev/null +++ b/modules/people/bin/run.sh @@ -0,0 +1,5 @@ +#!/bin/bash +echo basedir $0 +BINDIR="`dirname $0`/../src" + +python2 "$BINDIR/main.py" $@ |