1
0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-05-15 15:26:37 +02:00
penpot/backend/scripts/kill-repl.sh
2022-12-05 15:20:29 +01:00

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