From 8a0d5dee9dead021c6990897bcd3012b07c695e8 Mon Sep 17 00:00:00 2001 From: velvettear Date: Thu, 23 Nov 2023 14:49:46 +0100 Subject: [PATCH] removed unused variable from script --- gosplash.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gosplash.sh b/gosplash.sh index 24dc409..2fb0e73 100755 --- a/gosplash.sh +++ b/gosplash.sh @@ -9,7 +9,6 @@ query="" count="" # directory and file variables -pwd="$(pwd)" dir="$(dirname $(realpath $0))" bin="$dir/gosplash"