mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-09 04:12:28 +00:00
2 lines
No EOL
102 B
Bash
2 lines
No EOL
102 B
Bash
# Easily kill process on port because sometimes nodemon fails to reboot
|
|
kill -9 $(lsof -t -i tcp:5000) |