element-web/run.sh

8 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