5 lines
52 B
Bash
Executable file
5 lines
52 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd `dirname $0`
|
|
python2 pesterchum.py $@
|