From cec4293300b40994a7962cd88b028252b08bc759 Mon Sep 17 00:00:00 2001 From: Filip Strajnar Date: Fri, 2 Aug 2024 14:46:10 +0200 Subject: [PATCH] Added custom loot loop. --- custom_loot_loop.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 custom_loot_loop.sh diff --git a/custom_loot_loop.sh b/custom_loot_loop.sh new file mode 100644 index 0000000..8ab7ed4 --- /dev/null +++ b/custom_loot_loop.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +while true +do + xdotool key shift+space + sleep 110 +done \ No newline at end of file