A bit of formatting.
This commit is contained in:
parent
2843b47192
commit
c4ed85ce08
@ -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)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user