anything-llm/clean.sh
timothycarambat 27c58541bd inital commit
2023-06-03 19:28:07 -07:00

2 lines
102 B
Bash

# Easily kill process on port because sometimes nodemon fails to reboot
kill -9 $(lsof -t -i tcp:5000)