9e96a1e165
svn: r17379
5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
PWD=`dirname $0`
|
|
export PYTHON="$PWD/python"
|
|
exec "$PYTHON" "$PWD/rungramps.py" $@
|