This website requires JavaScript.
Explore
Help
Sign In
root
/
playwright
mirror of
https://github.com/microsoft/playwright.git
Watch
1
Star
0
Fork
You've already forked playwright
0
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
main
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