diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2013-12-04 15:27:17 +0200 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-12-14 01:19:22 +0200 |
commit | 8c2708efe5957c3dddfa4266985c4aeac05d9128 (patch) | |
tree | 271c92a22b76cadef1ec673503a01e1c43cdab7c /emrun.bat | |
parent | 3e061d95104b88d6209d892bbda24e18a1539073 (diff) |
Added emrun utility that allows running .html files in a browser like they were normal executables. For more information, see https://groups.google.com/forum/#!topic/emscripten-discuss/t2juu3q1H8E .
Diffstat (limited to 'emrun.bat')
-rw-r--r-- | emrun.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emrun.bat b/emrun.bat new file mode 100644 index 00000000..ae937e4d --- /dev/null +++ b/emrun.bat @@ -0,0 +1,2 @@ +@echo off +python "%~dp0\emrun" %*
\ No newline at end of file |