buildpack/script/stop
2019-08-06 20:48:24 +03:00

3 lines
32 B
Bash
Executable file

#!/bin/sh
kill -9 $(pgrep java)