8 lines
117 B
Bash
8 lines
117 B
Bash
#!/bin/bash
|
|
|
|
cd /data/server/build && ./stop.sh
|
|
|
|
cd /data/server/s1 && ./stop.sh
|
|
|
|
cd /data/server/cross && ./stop.sh
|