Last active
July 20, 2017 01:41
-
-
Save imwally/7de053e7985045a53d640b64b1720195 to your computer and use it in GitHub Desktop.
Install whatsnew
This file contains 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 | |
cd /usr/local/bin && | |
curl -s -O https://raw.githubusercontent.com/imwally/scripts/master/whatsnew && | |
chmod 755 /usr/local/bin/whatsnew |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment