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';