HH_/geany_run_script.sh

17 lines
206 B
Bash
Raw Normal View History

2015-12-10 23:44:14 +01:00
#!/bin/sh
rm $0
2017-08-25 17:06:32 +02:00
python "0_hac.py"
2015-12-10 23:44:14 +01:00
echo "
------------------
(program exited with code: $?)"
echo "Press return to continue"
#to be more compatible with shells like dash
dummy_var=""
read dummy_var