Files
AI/참고/playwright-main/utils/kill_watch.sh

3 lines
94 B
Bash
Raw Normal View History

2026-05-12 19:40:31 +09:00
#!/bin/sh
ps ax | grep playwright | grep "vite\|tsc\|esbuild" | sed 's|pts/.*||' | xargs kill