Skip to content

Instantly share code, notes, and snippets.

View bigretromike's full-sized avatar
🎩
.

BigRetroMike bigretromike

🎩
.
View GitHub Profile
@bigretromike
bigretromike / 4chan.sh
Created October 19, 2015 18:59 — forked from 0xAether/4chan.sh
A bash function to download all the images in a 4chan thread
function 4chan() {
if [ $# -ne 1 ]
then
echo 'No URL specified! Give the URL to thread as the ONLY argument'
return 1
fi
url=$1