element-web/riot/start.sh

5 lines
89 B
Bash
Raw Normal View History

pushd riot-web/webapp/
python -m SimpleHTTPServer 8080 &
PID=$!
popd
echo $PID > riot.pid