mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-06 04:02:57 +00:00
2 lines
32 B
Bash
Executable file
2 lines
32 B
Bash
Executable file
#!/bin/sh
|
|
kill -9 $(pgrep java)
|