something.
This commit is contained in:
parent
e5ced659ed
commit
b8c6ceea13
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue