From c4ed85ce08cc50326fe2a32b4ca88ec6495e2469 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 5 Nov 2023 21:54:46 -0500 Subject: [PATCH] A bit of formatting. --- .scripts/FreeDoom.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.scripts/FreeDoom.sh b/.scripts/FreeDoom.sh index b6173eb..756b029 100755 --- a/.scripts/FreeDoom.sh +++ b/.scripts/FreeDoom.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash + menulist() { # Args: tag item. # returns: selected tag @@ -12,6 +13,7 @@ menulist() { fi } + # Path where doom wads are stored doomPath="$(find /usr/share -type d -name "doom" 2> /dev/null | head -1)"