Shebang in first line

Change-Id: Ica298516fa2f4af8fc0ace5d050bd8ab3fe5ac2b
diff --git a/scripts/cord-in-a-box.sh b/scripts/cord-in-a-box.sh
index cb3a468..5697fba 100755
--- a/scripts/cord-in-a-box.sh
+++ b/scripts/cord-in-a-box.sh
@@ -1,4 +1,5 @@
-
+#!/usr/bin/env bash
+#
 # Copyright 2017-present Open Networking Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,8 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-
-#!/usr/bin/env bash
 # cord-in-a-box.sh
 
 set -e -x