Created
July 11, 2016 14:00
-
-
Save thegeorgeous/c04e0be95d174bccc7467c61ed848e0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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