0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

📎 Add helper/devenv script for kill nonresponsive repl

This commit is contained in:
Andrey Antukh 2022-12-05 15:17:01 +01:00
parent baade567ca
commit d97afa0e6d

4
backend/scripts/kill-repl.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -x
jcmd |grep "rebel" |sed -nE 's/^([0-9]+).*$/\1/p' | xargs kill -9