playwright/utils/kill_watch.sh
2025-02-19 15:27:00 -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