/Modules/PowerSupply/SUPERCAP01B/SW/start.sh
0,0 → 1,6
#!/bin/bash
cd /home/odroid/repos/SUPERCAP/
 
if ! pidof -x ./SUPERCAP.py > /dev/null; then
./SUPERCAP.py &
fi