test04.ion 299 B

1234567891011121314151617
  1. #!./testshell
  2. echo 'Test 4: Three shells all loop. You should be able to terminate this'
  3. echo ' script with just one SIGINT or SIGQUIT'
  4. source lib.ion
  5. ../target/debug/ion -c '
  6. source lib.ion
  7. ../target/debug/ion -c "
  8. source lib.ion
  9. endless
  10. "
  11. endless
  12. '
  13. endless