Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/bin/bash
  2. while true; do
  3. # your code here,
  4. # call your python file which initializes
  5. # django variables (or whatever you want) and do the needful.
  6. sleep 5;
  7. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement