Advertisement
capodecima

dmflags

Feb 10th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. 1141576772 dm1
  2. 286375424 dm2
  3. 0 dm3
  4. ould it be possible to run the script in a separate screen?
  5.  
  6. sudo apt-get install screen
  7.  
  8. Then use screen -S screenname where screenname is a name you give the screen session.
  9.  
  10. Once in the screen, you can then enter your command, php buildscript/build_css.php
  11.  
  12. To leave the session, use ctrl+a+d.
  13.  
  14. To get back into the session, use screen -r screenname
  15.  
  16. Do not worry, when you leave the session, the command will stay running in the background.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement