Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/bash
  2. #trap 'kill -TERM $PID' SIGINT SIGHUP SIGTERM
  3. until python test.py; do
  4. echo "Test Critically Crashed" >&2
  5. sleep 1
  6. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement