something.
This commit is contained in:
parent
e5ced659ed
commit
b8c6ceea13
@ -16,9 +16,9 @@ while [ -z "$game" ]
|
||||
do
|
||||
|
||||
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
|
||||
game=$(game-run list $category | $DMENU -p "Choose game to run:")
|
||||
game=$(game-run list "$category" | $DMENU -p "Choose game to run:")
|
||||
else
|
||||
printf '%s\n' "Option $1 doesn't exit!!"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user