Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Step 1. Connect to your cloud desktop using ssh.
  2. Step 2. Run these commands:
  3. % screen
  4. % while true; do ./parseScript.sh; sleep 3600; done
  5. Step 3. Close the window with the running command.
  6. Step 4. (same as Step 1) Connect to your cloud desktop using ssh.
  7. Step 5. Run this command: screen -R. You will get back to the session you left in step 3.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement