Advertisement
Guest User

Untitled

a guest
Nov 28th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. # b.sh
  2. ./b > b.log &
  3.  
  4. tail -f *.log
  5.  
  6. # a.sh
  7. while true; do
  8.    echo 1
  9.    sleep 1
  10. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement