From 04f6b5e1a10f935710e9d9e973887aea4a942afd Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Sun, 21 Jan 2024 16:38:59 -0800 Subject: [PATCH] Add more grep strings for freedoom. --- .scripts/FreeDoom.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.scripts/FreeDoom.sh b/.scripts/FreeDoom.sh index aa2c8f1..55fc54a 100755 --- a/.scripts/FreeDoom.sh +++ b/.scripts/FreeDoom.sh @@ -26,6 +26,16 @@ doomGames=( grepStrings=( '-E' + '-e' 'stood where' + '-e' 'was .+ed by' + '-e' 'Fraglimit hit\.' + '-e' 'chewed on' + '-e' 'The maximum' + '-e' 'swapped two barrels' + '-e' 'MAP \d+' + '-e' 'swallowed too much of' + '-e' 'exited the level' + '-e' 'joined the game' '-e' '^[0-9]+\. ' '-e' '^"cl_run"' '-e' '^Game saved. '