From d952643576dcbb7449ff9fc6317f7b9446c25122 Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Wed, 10 May 2023 12:22:55 -0400 Subject: [PATCH] Game menu shown for Doom for those people, who choose to launch it in the console. --- linux-game-manager.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 6eb6bd2..95c3bca 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -405,9 +405,11 @@ game_launcher() { ;; *doom*) exec stdbuf -oL ${game} | stdbuf -oL grep -E \ + -e '^[0-9]+\. ' \ -e '^MAP[0-9]*' \ -e '^Game saved. ' \ -e '^Player was ' \ + -e '^Please select a game wad \(or 0 to exit\):' \ -e '^You have no keys in your pocket!$' | spd-say -e ;; *"main.py")