mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
4 lines
94 B
Bash
Executable file
4 lines
94 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -x
|
|
|
|
jcmd |grep "rebel" |sed -nE 's/^([0-9]+).*$/\1/p' | xargs kill -9
|