diff --git a/.gitignore b/.gitignore index e2a2c23..2304561 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ **/.git .ssh/id .ssh/id* +!.ssh/id_*.pub diff --git a/bin/speedtest b/bin/speedtest new file mode 100755 index 0000000..bd8935c --- /dev/null +++ b/bin/speedtest @@ -0,0 +1,5 @@ +#!/bin/env bash +set -e +URL=$(python3 -c 'print(__import__("random").choice(("https://mirror.lon.macarne.com/ubuntu-releases/24.04/ubuntu-24.04-desktop-amd64.iso", "https://releases.ubuntu.com/noble/ubuntu-24.04-desktop-amd64.iso", "https://ask4.mm.fcix.net/ubuntu-releases/24.04/ubuntu-24.04-desktop-amd64.iso")), end="")') +curl -o /dev/null "$URL" +