참고소스 수정본
This commit is contained in:
2
참고/playwright-main/utils/kill_watch.sh
Normal file
2
참고/playwright-main/utils/kill_watch.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
ps ax | grep playwright | grep "vite\|tsc\|esbuild" | sed 's|pts/.*||' | xargs kill
|
||||
Reference in New Issue
Block a user