Go to most recent revision | Details | Last modification | View Log | RSS feed
#!/bin/bash
if [ -e eduke32 ]; then
./eduke32 /xVacaEDuke.con /hvacation.def /jvaca_plus /gVACATION.GRP
else
echo "Place this script and the vaca_plus folder in your EDuke32 directory."
fi