Subversion Repositories vaca_plus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 h266 1
#!/bin/bash
2
if [ -e eduke32 ]; then
3
  ./eduke32 -xVacaDPXXX.con -hvaca_dp_xxx.def /jvaca_plus /gVACATION.GRP -jDukePlus
4
else
5
  echo "Place this script and the vaca_plus folder in your EDuke32 directory."
6
fi