playwright/utils/kill_watch.sh
2025-02-18 19:18:36 -08:00

4 lines
102 B
Bash
Executable file

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