This website requires JavaScript.
Explore
Help
Sign In
kyfx
/
playwright
mirror of
https://github.com/microsoft/playwright.git
Watch
4
Star
0
Fork
You've already forked playwright
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
roll-into-pw-chromium-tip-of-tree/1324
playwright
/
utils
/
kill_watch.sh
3 lines
94 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
ps ax
|
grep playwright
|
grep
"vite\|tsc\|esbuild"
|
sed
's|pts/.*||'
|
xargs
kill
Reference in New Issue
View Git Blame
Copy Permalink