From ae4ecde60ddd4b53f40604707cbb3964e5588585 Mon Sep 17 00:00:00 2001 From: ymtszw Date: Sat, 13 Jan 2018 00:51:09 +0900 Subject: [PATCH] Add shebang in node script called from bin script --- bin/launch_local_dynamo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/launch_local_dynamo.js b/bin/launch_local_dynamo.js index d270e55..b121e4e 100755 --- a/bin/launch_local_dynamo.js +++ b/bin/launch_local_dynamo.js @@ -1,3 +1,4 @@ +#!/usr/bin/env node // Copyright 2013 The Obvious Corporation. /**