updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / doomsday-1.8 / jheretic.sh
blobed88161e1057dcba23e219d505edc97ccdd629f3
1 #!/bin/bash
3 # Create profile directory if it doesn't exist
4 if [ ! -d ~/.doomsday/heretic ]
5 then
6 mkdir -p ~/.doomsday/heretic
7 fi
9 # Launch the game
10 doomsday -game jheretic -alldehs -pwadtex -anifilter -userdir ~/.doomsday/heretic -file /usr/share/deng/Data/jHeretic/HERETIC.WAD $*