playwright/utils/kill_watch.sh

3 lines
94 B
Bash
Executable File

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