mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 07:30:24 +00:00
📎 Add helper/devenv script for kill nonresponsive repl
This commit is contained in:
parent
baade567ca
commit
d97afa0e6d
4
backend/scripts/kill-repl.sh
Executable file
4
backend/scripts/kill-repl.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
set -x
|
||||||
|
|
||||||
|
jcmd |grep "rebel" |sed -nE 's/^([0-9]+).*$/\1/p' | xargs kill -9
|
||||||
Loading…
x
Reference in New Issue
Block a user