Subversion Repositories nw_plus

Rev

Rev 1 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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