From 1fab07286ce070c5c84f6b3eb2b840e6bfdfec06 Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Wed, 8 Jul 2015 09:09:31 -0700 Subject: [PATCH] Comment --- bin/homebridge | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/homebridge b/bin/homebridge index 12af4dc..0158b35 100755 --- a/bin/homebridge +++ b/bin/homebridge @@ -1,5 +1,9 @@ #!/usr/bin/env node +// +// This executable sets up the environment and runs the HomeBridge CLI. +// + 'use strict'; process.title = 'homebridge';