HH_/geany_run_script.sh

17 рядки
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