Advertisement
Guest User

Untitled

a guest
Jan 21st, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. LD_LIBRARY_PATH=/opt/curl/lib:$LD_LIBRARY_PATH
  4. echo "Hello, world!"
  5. source /home/ubuntu/.bashrc
  6. source /home/ubuntu/contacts/ENV/bin/activate
  7. cd /home/ubuntu/contacts/contacts/scripts/
  8. nohup python final_poster.py > /home/ubuntu/scripts/task.log 2>&1 &
  9. echo $! > ../txt/task_pid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement