This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
riot-web
mirror of
https://github.com/vector-im/riot-web
Watch
1
Star
0
Fork
You've already forked riot-web
0
Code
Issues
Releases
Wiki
Activity
edf37e3592
riot-web
/
run.sh
7 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
force running scripts in bash, as it's not the default shell on Ubuntu (which is what Travis runs)
2018-07-27 15:08:14 +02:00
#!/bin/bash
with no logs polluting the output, we dont need tmux anymore to split the terminal
2018-07-27 13:43:38 +02:00
sh synapse/start.sh
sh riot/start.sh
node start.js
sh riot/stop.sh
sh synapse/stop.sh