From 05d45e453554185aac2fb82dc5e21c21ded9251c Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 6 Jun 2018 21:06:53 +1200 Subject: [PATCH] Fix shell error --- scripts/markdown-to-markua.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/markdown-to-markua.sh b/scripts/markdown-to-markua.sh index de3928b..01aec10 100755 --- a/scripts/markdown-to-markua.sh +++ b/scripts/markdown-to-markua.sh @@ -1,3 +1,3 @@ -!#/bin/bash +#!/bin/bash # Do nothing, yet. This is where the sed magic will go