mirror of
https://github.com/penpot/penpot.git
synced 2026-05-31 03:46:57 -04:00
5 lines
94 B
Bash
Executable File
5 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
|