dataflow/stop.sh

6 lines
95 B
Bash
Executable File

#! /bin/bash
screen -S raft-0 -X quit
screen -S raft-1 -X quit
screen -S raft-2 -X quit
exit 0