playwright/utils/kill_watch.sh
2025-04-03 22:40:35 -07:00

3 lines
94 B
Bash
Executable File

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