summarylogtreecommitdiffstats
path: root/q2ded.sh
blob: d54e1720c49c6d24a67c29f9bc07d3aa8f6b8e10 (plain)
1
2
3
4
5
6
#!/bin/bash

cd "/opt/quake2"
./q2ded +set basedir /opt/quake2 $*
exit $?