Skip to content

Instantly share code, notes, and snippets.

@DustinAlandzes
Created February 1, 2017 09:10
Show Gist options
  • Save DustinAlandzes/0df301a58e8eefd96e480eae58060757 to your computer and use it in GitHub Desktop.
Save DustinAlandzes/0df301a58e8eefd96e480eae58060757 to your computer and use it in GitHub Desktop.
simple script to update folder with player software
# maybe move to dated folder
mv NCompass NCompass.old
# maybe a tarball instead, idk how it comes
curl -Os http://url.to/NCompass.zip
unzip NCompass.zip
# start updated player
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment