Browse Source

generate bootstrap for windows

Yentl Van Tendeloo 9 years ago
parent
commit
4058bbefad
1 changed files with 4 additions and 0 deletions
  1. 4 0
      generate_bootstrap.bat

+ 4 - 0
generate_bootstrap.bat

@@ -0,0 +1,4 @@
+#!/bin/bash
+cd bootstrap
+python bootstrap.py
+cd ..