#!/bin/sh MUSIC_PATH="/tmp/GetWild.m4a" checkNoSleepCtrl() { if [ ! -f $(which NoSleepCtrl) ]; then echo "Please install NoSleepCtrl from " echo " https://github.com/integralpro/nosleep/releases" echo " " echo "Install it with CLI included in it. It's necessary to prevent" echo "your macbook from going to sleep when somebody closes the clamshell." echo "When you launch this script it will automati