7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
SCRIPT_DIR=`dirname $BASH_SOURCE`
|
||
|
cd $SCRIPT_DIR
|
||
|
python test.py "$@"
|
||
|
|