From c8f94b08926181e190d6986d795ef1933e024b33 Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Mon, 15 Nov 2010 20:03:35 -0600 Subject: [PATCH] Added shebang --- plugins/jekyll.plugins.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/jekyll.plugins.bash b/plugins/jekyll.plugins.bash index 00ac7b0..9a044a9 100644 --- a/plugins/jekyll.plugins.bash +++ b/plugins/jekyll.plugins.bash @@ -1,3 +1,5 @@ +#!/bin/bash + newpost() { # 'builtin cd' into the local jekyll root -- 2.17.1