STEVE_Cammast/Steve/Scripts/runpigpiod.sh
2021-04-08 13:04:58 +02:00

8 lines
139 B
Bash

#!/bin/bash
# just print this out
echo "Starting GPIO Deamon (sudo pigpiod)"
sudo pigpiod
# exit gracefully by returning a status
exit 0