Rev 68 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 68 | Rev 75 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #!/bin/bash |
1 | #!/bin/bash |
2 | echo "The source for the buildtools is part of EDuke32." |
2 | echo "The source for the buildtools is part of EDuke32." |
3 | echo "This script will check out EDuke32 from its SVN." |
3 | echo "This script will check out EDuke32 from its SVN." |
4 | svn co https://eduke32.svn.sourceforge.net/svnroot/eduke32 |
4 | svn co http://svn.eduke32.com/eduke32 |