buildpack/bin/stop

3 lines
32 B
Plaintext
Raw Normal View History

2019-02-23 18:26:34 +00:00
#!/bin/sh
kill -9 $(pgrep java)