Added Ronin Launcher
This commit is contained in:
parent
35eabf2183
commit
2499f805ba
7
Ronin.command
Executable file
7
Ronin.command
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd `dirname "$BASH_SOURCE"`
|
||||||
|
{
|
||||||
|
sleep 1
|
||||||
|
open http://localhost:8022
|
||||||
|
}&
|
||||||
|
python -m SimpleHTTPServer 8022
|
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user