File size: 212 Bytes
12fa8dd 46211e7 12fa8dd |
1 2 3 4 5 6 7 |
#!/bin/bash
# Check if "app.py" is running
if ! pgrep -f "app.py"; then
echo "Wormington Scholar has been squashed!" | mail -s "Wormington Down Alert" [email protected],[email protected],[email protected]
fi
|