Rustelo/templates/website-htmx-ssr/scripts/sh/build/kill-3030.sh

3 lines
60 B
Bash
Raw Normal View History

2026-07-18 19:57:03 +01:00
lsof -ti:3030 | xargs kill -9
lsof -ti:3031 | xargs kill -9