buildpack/bin/stop
2019-02-23 20:26:34 +02:00

3 lines
32 B
Bash

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