something.

This commit is contained in:
CronyAkatsuki 2022-10-04 19:59:02 +02:00
parent e5ced659ed
commit b8c6ceea13

View File

@ -16,9 +16,9 @@ while [ -z "$game" ]
do do
if [ -z "$1" ]; then if [ -z "$1" ]; then
game=$(game-run list $category | sed '/-18+/d' | $DMENU -p "Choose game to run:") game=$(game-run list "$category" | sed '/-18+/d' | $DMENU -p "Choose game to run:")
elif [ "$1" = "-a" ]; then elif [ "$1" = "-a" ]; then
game=$(game-run list $category | $DMENU -p "Choose game to run:") game=$(game-run list "$category" | $DMENU -p "Choose game to run:")
else else
printf '%s\n' "Option $1 doesn't exit!!" printf '%s\n' "Option $1 doesn't exit!!"
exit 1 exit 1