Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- #!/bin/sh
-
- # Bootstrap this project first, using the Lol Engine script
- ./lol/bootstrap
-
- # Then bootstrap Lol Engine itself
- (cd lol && ./bootstrap)
|