Initial commit
This commit is contained in:
commit
37df134314
6 changed files with 239 additions and 0 deletions
8
curunir
Executable file
8
curunir
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
APP=`basename $0`
|
||||
DIR=`dirname $0`
|
||||
|
||||
cd "$DIR"
|
||||
export PYTHONPATH="$PYTHONPATH:."
|
||||
exec /usr/bin/env python -OO "$APP.py" "$@"
|
Reference in a new issue