You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 line
148 B

  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)