contrib/nwn-diamond/run-nwn.sh
2006-10-24 15:36:15 -05:00

4 lines
64 B
Bash

#!/bin/sh
(cd /usr/games/nwn; exec ./nwn $@; cd -) > /dev/null