ronin/Ronin Server.command
2017-01-19 09:27:16 -07:00

8 lines
121 B
Bash
Executable File

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