Skip to content

Instantly share code, notes, and snippets.

@SamuelMarks
Created November 28, 2016 09:12
Show Gist options
  • Save SamuelMarks/559ff5aa00119de9d97afb07505869ac to your computer and use it in GitHub Desktop.
Save SamuelMarks/559ff5aa00119de9d97afb07505869ac to your computer and use it in GitHub Desktop.
#!/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