lib.ion 224 B

1234567891011121314
  1. fn docatcher
  2. echo 'Trigger some async actions, shell should not exit'
  3. echo 'Then exit catcher with C-d'
  4. if not exists -f catcher
  5. make catcher
  6. end
  7. ./catcher
  8. end
  9. fn endless
  10. while true
  11. end
  12. end