Guest User

Untitled

a guest
Jun 18th, 2018
69
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.  
  3. LOG_DIR=/var/log
  4. WEB_DIR=/var/web
  5.  
  6. screen -dmS main bash $WEB_DIR/main.sh
  7. screen -dmS loop2 bash $WEB_DIR/loop2.sh
  8. screen -dmS blocks bash $WEB_DIR/blocks.sh
  9. screen -dmS debug tail -f $LOG_DIR/debug.log
Add Comment
Please, Sign In to add comment