Rev 1 | Show entire file | Regard 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 /xNWEDuke.con /hnw_xxx.def /jnw_plus /gNWINTER.GRP |
3 | ./eduke32 -xNWEDuke.con -hnw_xxx.def -jnw_plus -gNWINTER.GRP |
| 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 |