Skip to content

Instantly share code, notes, and snippets.

@thegeorgeous
Created July 11, 2016 14:00
Show Gist options
  • Save thegeorgeous/c04e0be95d174bccc7467c61ed848e0f to your computer and use it in GitHub Desktop.
Save thegeorgeous/c04e0be95d174bccc7467c61ed848e0f to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "Downloading..."
curl -L https://github.com/thegeorgeous/led-backlight-cmstorm/blob/master/led-backlight-cmstorm?raw=true > ~/Applications/led-backlight-cmstorm
echo "Making executable"
chmod +x ~/Applications/led-backlight-cmstorm
echo "Running..."
~/Applications/led-backlight-cmstorm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment