mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-16 17:11:03 +00:00
Enable core dumps in quake2-start.sh script
This commit is contained in:
parent
dc3e2bd3b4
commit
2c851b052d
1 changed files with 3 additions and 0 deletions
|
@ -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 $*
|
||||
|
||||
|
|
Loading…
Reference in a new issue