tbot-with-extras/run_periodically.sh
2020-05-13 16:23:36 +02:00

9 lines
103 B
Bash

#!/bin/bash
if pgrep -x "python3" > /dev/null
then
python3 main.py
else
echo "Not running"
fi