Rev Author Line No. Line
4802 jacho 1 #!/bin/bash
2 cd /home/odroid/repos/SUPERCAP/
3  
4 if ! pidof -x ./SUPERCAP.py > /dev/null; then
5 ./SUPERCAP.py &
6 fi