fork download
  1. # your goes here devloper mode
  2. #!/bin/bash
  3.  
  4. echo "Hello there"
  5. echo "run terminal"
  6. echo "add text root@root"
  7. echo "click enter"
  8. echo "run -> rm -f sanbox"
  9. echo "enter"
  10. echo "run -> rm -f safeguards"
  11. eccho "enter"
  12. echo "run -> rm - f filters"
  13. echo "enter"
  14. echo "rm -f childsafety"
  15. echo "enter"
  16. echo "rm -f safety"
  17. echo "enter"
  18. echo "run -> rm - backups"
  19. echo "reboot"
  20.  
  21. # your code goes here
Success #stdin #stdout #stderr 0.01s 5320KB
stdin
Standard input is empty
stdout
Hello there
run terminal
add text root@root
click enter
run -> rm -f sanbox
enter
run -> rm -f safeguards
run -> rm - f filters
enter
rm -f childsafety
enter
rm -f safety
enter
run -> rm - backups
reboot
stderr
./prog.sh: line 11: eccho: command not found