buildpack/bin/stop

3 lines
32 B
Bash
Executable file

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