Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

bootstrap 148 B

12345678
  1. #!/bin/sh
  2. # Bootstrap this project first, using the Lol Engine script
  3. ./lol/bootstrap
  4. # Then bootstrap Lol Engine itself
  5. (cd lol && ./bootstrap)