website-htmx-rustelo-code/scripts/sh/build/kill-3030.sh

3 lines
60 B
Bash
Raw Normal View History

2026-07-10 03:44:13 +01:00
lsof -ti:3030 | xargs kill -9
lsof -ti:3031 | xargs kill -9