Files
element-web/run.sh

7 lines
94 B
Bash
Executable File

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