start.sh 117 B

12345678910
  1. #!/bin/bash
  2. # To delay with the rest of the system
  3. #sleep 10
  4. while true
  5. do
  6. run-parts ~/BallonSonde/process/
  7. done