aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"