Files
anything-llm/clean.sh
Timothy Carambat fa2b669940 resolves #14 (#15)
2023-06-09 12:59:22 -07:00

4 lines
176 B
Bash

# Easily kill process on port because sometimes nodemon fails to reboot
kill -9 $(lsof -t -i tcp:5000) &
kill -9 $(lsof -t -i tcp:3001) # if running default for MacOS Monterey