ismism/cli/stop.zsh
2023-03-29 10:30:40 +08:00

8 lines
195 B
Bash

nginx -squit
curl http://localhost:728/quit
curl http://localhost:729/quit
mongosh --eval "db.shutdownServer()"
echo "\nismism stopped\n"
pgrep -lf nginx; pgrep -lf mongo; pgrep -lf "deno run"