mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-26 10:28:46 +08:00
8 lines
101 B
Bash
Executable File
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
|