ソースを参照

generate bootstrap for windows

Yentl Van Tendeloo 9 年 前
コミット
4058bbefad
1 ファイル変更4 行追加0 行削除
  1. 4 0
      generate_bootstrap.bat

+ 4 - 0
generate_bootstrap.bat

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