anything-llm/clean.sh

4 lines
176 B
Bash
Raw Normal View History

2023-06-04 04:28:07 +02:00
# Easily kill process on port because sometimes nodemon fails to reboot
2023-06-09 21:59:22 +02:00
kill -9 $(lsof -t -i tcp:5000) &
kill -9 $(lsof -t -i tcp:3001) # if running default for MacOS Monterey