1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-22 04:02:40 +03:00
Files
matrix-react-sdk/riot/start.sh
2018-07-18 17:52:51 +02:00

5 lines
89 B
Bash

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