Last active
November 13, 2019 06:20
-
-
Save thesurlydev/818b15697b047332d806fb42e799238a to your computer and use it in GitHub Desktop.
all your qcon slide are belong to us
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/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