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