Subversion Repositories nw_plus

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#!/bin/bash
if [ -e eduke32 ]; then
  ./eduke32 /xNWEDuke.con /hnw_xxx.def /jnw_plus /gNWINTER.GRP
else
  echo "Place this script and the nw_plus folder in your EDuke32 directory."
fi