Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. #!/bin/bash
  2. python admin_console.py say one "Backing up the Server"
  3.  
  4. # Wait five seconds
  5. sleep 5
  6.  
  7. python admin_console.py backup one
  8.  
  9. # Waits until previous process is done
  10. wait
  11.  
  12. # Then runs this
  13. python admin_console.py say one "Backup complete"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement