From 8393c5c0c279ba6701ab8f10cdb0257251d867d9 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Thu, 11 Jun 2015 19:59:05 -0500 Subject: [PATCH] Add a heard through note. --- zsh/check-if-a-port-is-in-use.md | 2 ++ 1 file changed, 2 insertions(+) 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)