buildpack/script/stop

3 lines
32 B
Text
Raw Normal View History

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