Files
AI/참고/playwright-main/utils/kill_watch.sh
2026-05-12 19:40:31 +09:00

3 lines
94 B
Bash

#!/bin/sh
ps ax | grep playwright | grep "vite\|tsc\|esbuild" | sed 's|pts/.*||' | xargs kill