Created
November 28, 2016 09:12
-
-
Save SamuelMarks/559ff5aa00119de9d97afb07505869ac 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 | |
curl -s https://nodejs.org/dist/latest/ | sed -n 's:.*<a href=\".*\">node-v\(.*\).pkg</a>.*:\1:p' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment