Skip to content

Instantly share code, notes, and snippets.

@bblanchon
Created July 3, 2018 07:42
Show Gist options
  • Save bblanchon/6bf29188a8800794852edea63568a07a to your computer and use it in GitHub Desktop.
Save bblanchon/6bf29188a8800794852edea63568a07a to your computer and use it in GitHub Desktop.
Get latest branch of PDFium
git ls-remote --heads https://pdfium.googlesource.com/pdfium.git | grep -ohP 'chromium/\d+' | tail -n1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment