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