diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-29 17:47:38 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-07-29 17:47:38 -0400 |
commit | e96a6cca4af2d128c3efb232fbb9878268ce2f8c (patch) | |
tree | ea66d2b6e2dd63d64d058ae3f67ad2a69001f298 | |
parent | bfb6cc97ff3efc90c86fe573310d049ee7bfa76d (diff) | |
download | misc-scripts-e96a6cca4af2d128c3efb232fbb9878268ce2f8c.tar.gz |
randoom: get rid of stdout/err from gzdoom.
-rwxr-xr-x | randoom | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |