Skip to content

Instantly share code, notes, and snippets.

@juliosueiras
Created April 27, 2017 02:43
Show Gist options
  • Save juliosueiras/c0385f3b4694e59c9174dcdb77e14ddc to your computer and use it in GitHub Desktop.
Save juliosueiras/c0385f3b4694e59c9174dcdb77e14ddc to your computer and use it in GitHub Desktop.
Enable(Not the perfect solution) audio in Sheridan Mac
#!/bin/bash
if [ ! -z "$1" ]; then
while true; do
osascript -e "set volume output volume $1"
done
else
cat <<HERE
put_volume <volume_amount>
- <volume_amount> 0-100
HERE
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment