Files
HH_/geany_run_script.sh
2017-08-25 17:06:32 +02:00

17 lines
206 B
Bash

#!/bin/sh
rm $0
python "0_hac.py"
echo "
------------------
(program exited with code: $?)"
echo "Press return to continue"
#to be more compatible with shells like dash
dummy_var=""
read dummy_var