9 lines
131 B
Bash
Executable File
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
|