Skip to content

Instantly share code, notes, and snippets.

@NonPolynomial
Created November 5, 2019 10:49
Show Gist options
  • Select an option

  • Save NonPolynomial/ba6b15e81163204db0dcf70d172e68be to your computer and use it in GitHub Desktop.

Select an option

Save NonPolynomial/ba6b15e81163204db0dcf70d172e68be to your computer and use it in GitHub Desktop.
utility scripts
cat package.json | grep version | sed "s/^.*\"version\".*\"\(.*\)\".*$/\1/"
git log -n1 --pretty=%D | sed "s/HEAD -> //"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment