diff --git a/zsh/check-if-a-port-is-in-use.md b/zsh/check-if-a-port-is-in-use.md index fbc4e05..06f2eb2 100644 --- a/zsh/check-if-a-port-is-in-use.md +++ b/zsh/check-if-a-port-is-in-use.md @@ -16,3 +16,5 @@ I can see that a ruby process (my rails app) is using port 3000. The PID and a number of other details are included. See more details with `man lsof`. + +h/t [Mike Chau](https://twitter.com/money_mikec)