Skip to content

Instantly share code, notes, and snippets.

@thesurlydev
Last active November 13, 2019 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thesurlydev/818b15697b047332d806fb42e799238a to your computer and use it in GitHub Desktop.
Save thesurlydev/818b15697b047332d806fb42e799238a to your computer and use it in GitHub Desktop.
all your qcon slide are belong to us
#!/bin/bash
go get github.com/ericchiang/pup
curl -s https://qconsf.com/schedule/sf2019/tabular | pup 'div.download-slides a attr{href}' | xargs -L1 wget -nc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment