dataflow/stop.sh

6 lines
95 B
Bash
Raw Normal View History

2022-07-20 17:43:25 +00:00
#! /bin/bash
2022-06-01 16:20:38 +00:00
screen -S raft-0 -X quit
screen -S raft-1 -X quit
screen -S raft-2 -X quit
2022-07-27 08:25:10 +00:00
exit 0