STEVE_Cammast/Steve/Scripts/runpigpiod.sh

8 lines
139 B
Bash
Raw Normal View History

2021-04-08 13:04:58 +02:00
#!/bin/bash
# just print this out
echo "Starting GPIO Deamon (sudo pigpiod)"
sudo pigpiod
# exit gracefully by returning a status
exit 0