From f2ae13871972dd4c58b5d738030962834c7011f6 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Thu, 29 May 2014 16:04:56 -0700 Subject: [PATCH] add bash shebang to build/watch file --- build/watch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/watch b/build/watch index 3a7c91f..37a1d3f 100755 --- a/build/watch +++ b/build/watch @@ -1 +1,3 @@ +#!/usr/bin/env bash + "`dirname $0`/../node_modules/lumbar/bin/lumbar" watch "$@" "`dirname $0`/out" \ No newline at end of file