source:
orxonox.OLD/orxonox/trunk/scripts/data.checkout
@
4994
| Last change on this file since 4994 was 4944, checked in by bensch, 20 years ago | |
|---|---|
|
|
| File size: 145 bytes | |
| Rev | Line | |
|---|---|---|
| [3997] | 1 | #!/bin/bash |
| 2 | ||
| 3 | if [ -z "$1" ] | |
| 4 | then | |
| [4944] | 5 | svn co https://svn.orxonox.net/data data |
| [3997] | 6 | else |
| [4944] | 7 | svn co https://svn.orxonox.net/data data --username $1 |
| [3997] | 8 | fi |
Note: See TracBrowser
for help on using the repository browser.










