# By default this script does nothing. # Print the IP address _IP=$(hostname -I) || true if [ "$_IP" ]; then printf "My IP address is %s\n" "$_IP" fi sh /home/pi/loadmusic.sh & ; sh /home/pi/syncfiles.sh & exit 0