From 98ab8b7e75395cf1ffa68742f3307351e431be9f Mon Sep 17 00:00:00 2001 From: Stephen Niedzielski Date: Sat, 27 Jun 2015 18:02:19 -0600 Subject: [PATCH] Specify shell script interpreter --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0117182..0c85afa 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,2 +1,3 @@ -vulcanize -o build.html index.html --strip --inline --csp +#!/usr/bin/env sh +exec vulcanize -o build.html index.html --strip --inline --csp appcfg.py update . --oauth2