new file mode 100755
@@ -0,0 +1,6 @@
+#!/bin/bash
+cd toolchain-emscripten/emsdk
+git pull
+./emsdk install latest
+./emsdk activate latest
+