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