Added Ronin Launcher

This commit is contained in:
Devine Lu Linvega 2017-01-12 15:22:04 -07:00
parent 35eabf2183
commit 2499f805ba
2 changed files with 8 additions and 1 deletions

7
Ronin.command Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
cd `dirname "$BASH_SOURCE"`
{
sleep 1
open http://localhost:8022
}&
python -m SimpleHTTPServer 8022

View File

@ -38,7 +38,7 @@ function Help(rune)
} }
html += "\n"; html += "\n";
html += "- Variables: "; html += "- Variables: ";
for (var key in ronin.modules[key].variables){ for(var key in ronin.modules[key].variables){
html += "`"+key+"` "; html += "`"+key+"` ";
} }
html += "\n\n"; html += "\n\n";