element-web/run.sh
2018-07-31 10:35:21 +02:00

7 lines
101 B
Bash
Executable file

#!/bin/bash
set -e
./synapse/start.sh
./riot/start.sh
node start.js
./riot/stop.sh
./synapse/stop.sh