From 5b239724d48fe87b0d17b0b773d12eab60d764d3 Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 9 Mar 2016 08:03:34 +0100 Subject: [PATCH] removed debugging --- newpost.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/newpost.sh b/newpost.sh index 29e238d..912fdfc 100755 --- a/newpost.sh +++ b/newpost.sh @@ -26,7 +26,6 @@ function main { confirmation read conf done - set -x postname="./posts/$date-${title// /-}.md" echo -e "---\ntitle: ${title}\nauthor: ${author}\ntags: \ndescription: \n---" >> $postname vim $postname