rep
/
HH_
1
0
Fork 0
HH_/geany_run_script.sh

17 Zeilen
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