geany_run_script.sh 203 B

1234567891011121314151617
  1. #!/bin/sh
  2. rm $0
  3. lua "init.lua"
  4. echo "
  5. ------------------
  6. (program exited with code: $?)"
  7. echo "Press return to continue"
  8. #to be more compatible with shells like dash
  9. dummy_var=""
  10. read dummy_var