mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-26 18:38:41 +08:00
5 lines
89 B
Bash
5 lines
89 B
Bash
pushd riot-web/webapp/
|
|
python -m SimpleHTTPServer 8080 &
|
|
PID=$!
|
|
popd
|
|
echo $PID > riot.pid |