simple_wrapper.sh 84 B

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