6 lines
74 B
Bash
6 lines
74 B
Bash
#!/bin/bash
|
|
|
|
pushd $(dirname $0)/../web/
|
|
python -m SimpleHTTPServer ${1}
|
|
|