ronin/Ronin.command
2017-01-12 15:22:04 -07:00

8 lines
120 B
Bash
Executable File

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