Enable core dumps in quake2-start.sh script

This commit is contained in:
Daniel Gibson 2012-04-29 16:56:07 +02:00
parent dc3e2bd3b4
commit 2c851b052d

View file

@ -17,6 +17,9 @@ if [ $(ps auxww | grep unclutter | wc -l) -gt 0 ]; then
killall -STOP unclutter
fi
# enable core dumps
ulimit -c unlimited
# run quake 2
./quake2 $*