Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

bootstrap 135 B

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