rasolar/simple_wrapper.sh

7 lines
84 B
Bash
Executable File

#!/bin/sh
while [ /bin/true ]; do
python /home/pi/rasolar/logger.py
sleep 5
done