Skip to content

Instantly share code, notes, and snippets.

@sawa2d2
Last active March 15, 2020 17:54
Show Gist options
  • Select an option

  • Save sawa2d2/debe6b09fc2761a73ebe60184676daca to your computer and use it in GitHub Desktop.

Select an option

Save sawa2d2/debe6b09fc2761a73ebe60184676daca to your computer and use it in GitHub Desktop.
Tips
rm -rf ~/.cache/thumbnails/* ~/.thumbnails/*
for i in $(seq -f %04g 1 100) # 0001, 0002, ..., 0100
do
wget http://example.com/$i.jpg
sleep 0.5
done
echo 'notify-send "カップ麺ができました"' | at now + 3 minutes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment