ronin/Ronin.command
Devine Lu Linvega a2fed4c21e Added icons
2017-01-12 15:37:22 -07:00

9 lines
131 B
Bash
Executable File

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