removed debugging

This commit is contained in:
nek0 2016-03-09 08:03:34 +01:00
parent 67c1d31ebc
commit 5b239724d4
1 changed files with 0 additions and 1 deletions

View File

@ -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