Created
November 5, 2017 17:54
-
-
Save fredleger/57c8510a4d232b15fda85dea3748464a to your computer and use it in GitHub Desktop.
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
function github-release-url() { | |
read -p 'what is GH url of project ?> ' GHU | |
curl -sS $GHU | perl -ne '/\s+<a href="(.*)" rel="nofollow"/ && print "$1\n"' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment