Skip to content

Instantly share code, notes, and snippets.

@JonTheNiceGuy
Created December 5, 2017 23:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save JonTheNiceGuy/3a46ed84a5c8bf3a3c0a82886890b967 to your computer and use it in GitHub Desktop.
Start a Google MusicManager session in another account
#!/bin/bash
while ! ping -c 1 8.8.8.8 2>/dev/null >/dev/null ; do
echo Waiting for network...
done
ssh -X bloggsf@localhost -i ~/.ssh/gmm.id_rsa /opt/google/musicmanager/google-musicmanager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment