aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-07-29 17:47:38 -0400
committerB. Watson <urchlay@slackware.uk>2023-07-29 17:47:38 -0400
commite96a6cca4af2d128c3efb232fbb9878268ce2f8c (patch)
treeea66d2b6e2dd63d64d058ae3f67ad2a69001f298
parentbfb6cc97ff3efc90c86fe573310d049ee7bfa76d (diff)
downloadmisc-scripts-e96a6cca4af2d128c3efb232fbb9878268ce2f8c.tar.gz
randoom: get rid of stdout/err from gzdoom.
-rwxr-xr-xrandoom3
1 files changed, 1 insertions, 2 deletions
diff --git a/randoom b/randoom
index dd86af6..5313de1 100755
--- a/randoom
+++ b/randoom
@@ -1,6 +1,5 @@
#!/bin/sh
-
set -e
DIR=~/.randoom
@@ -55,5 +54,5 @@ if [ "$again" != "1" ]; then
oblige --load ${OBLIGECFG:-$HOME/.oblige/CONFIG.txt} --batch slige.out
fi
-$ENGINE -iwad doom2 -skill 3 -warp 1 $EXTRA -file slige.out $LMP
+$ENGINE -iwad doom2 -skill 3 -warp 1 $EXTRA -file slige.out $LMP &> randoom.log
echo "Used MIDI file: $MIDI"