From 38e6172d281a436c1a592579e2b51621aee84e25 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Mon, 14 Nov 2022 19:17:33 -0600 Subject: [PATCH] Added a lil speed test --- .bash_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_aliases b/.bash_aliases index bee74f2..3961c10 100755 --- a/.bash_aliases +++ b/.bash_aliases @@ -51,3 +51,4 @@ notica() { curl --data "d:$*" "https://noti.toad.city/?VFvu53" ; } pb () { curl --form-string "token=azvux186smiqcg4v3zzpzmu1xz7z2y" --form-string "user=P12LJMVt9iJNID7qjDh9G2zCzLO49j" --form-string "message=$*" -s https://api.pushover.net/1/messages.json>/dev/null; } alias archbox='docker exec -it --user archivebox archivebox_archivebox_1 archivebox' alias dex='docker exec' +alias speedTest='curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python3 -'