Guest User

Untitled

a guest
Jan 17th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. cp -rf ~/jupyter_info.txt ~/jupyter_info_old.txt
  4. rm -rf ~/jupyter_info.txt
  5. /opt/services/torque/bin/qsub ~/scripts/jupyter_notebook.pbs
  6. while ! [ -f jupyter_info.txt ]
  7. do sleep 1
  8. done
  9. cat ~/jupyter_info.txt
Add Comment
Please, Sign In to add comment