Subversion Repositories nw_plus

Rev

Rev 1 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 h266 1
#!/bin/bash
2
if [ -e eduke32 ]; then
59 h266 3
  ./eduke32 -xNWEDuke.con -hnwinter.def -jnw_plus -gNWINTER.GRP
1 h266 4
else
5
  echo "Place this script and the nw_plus folder in your EDuke32 directory."
6
fi