A bit of formatting.

This commit is contained in:
Storm Dragon 2023-11-05 21:54:46 -05:00
parent 2843b47192
commit c4ed85ce08

View File

@ -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)"