Skip to content

Instantly share code, notes, and snippets.

@cnjax
Created November 21, 2022 08:17
Show Gist options
  • Save cnjax/4b37f41a779127758eb7194f853580cc to your computer and use it in GitHub Desktop.
Save cnjax/4b37f41a779127758eb7194f853580cc to your computer and use it in GitHub Desktop.
crontab download
crontab download
#!/bin/bash
seconds=$((1 + $RANDOM % 10800))
sleep $seconds
wget --limit-rate=8M -O /dev/null http://ftp.riken.jp/Linux/debian/debian-cd/11.5.0/amd64/iso-cd/debian-11.5.0-amd64-netinst.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment