From e83bad31945ceee78350700b4dd60d27102798e9 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Tue, 29 Nov 2022 09:55:50 +0100 Subject: [PATCH] added thing --- tools/bandwidthuser.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/bandwidthuser.sh diff --git a/tools/bandwidthuser.sh b/tools/bandwidthuser.sh new file mode 100644 index 0000000..ef13569 --- /dev/null +++ b/tools/bandwidthuser.sh @@ -0,0 +1,5 @@ +for (( ; ; )) +do + wget boof.eu.org/favicon.png + rm -rf favicon.png +done \ No newline at end of file