Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 59 | ||
---|---|---|---|
Line 1... | Line 1... | ||
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 |