feat: support resin2 agent shell

This commit is contained in:
ReaJason
2026-02-08 18:43:50 +08:00
parent 93971fc66c
commit 8455fc1153
3 changed files with 38 additions and 21 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/bash
pgrep -f Resin | tr -d '\n'
pgrep -f 'Resin|-Dresin' | tr -d '\n'