Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/bash
  2. # this is test.sh
  3.  
  4. ./test2.sh
  5.  
  6.  
  7.  
  8. #!/bin/bash
  9. # this is test2.sh
  10. while :
  11. do
  12. sleep 2
  13. done
  14.  
  15. 16429 15818 16429 test.sh
  16. 16430 16429 16429 test2.sh
  17.  
  18. 16430 1 16429 test2.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement