removed debugging
This commit is contained in:
parent
67c1d31ebc
commit
5b239724d4
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ function main {
|
||||||
confirmation
|
confirmation
|
||||||
read conf
|
read conf
|
||||||
done
|
done
|
||||||
set -x
|
|
||||||
postname="./posts/$date-${title// /-}.md"
|
postname="./posts/$date-${title// /-}.md"
|
||||||
echo -e "---\ntitle: ${title}\nauthor: ${author}\ntags: \ndescription: \n---" >> $postname
|
echo -e "---\ntitle: ${title}\nauthor: ${author}\ntags: \ndescription: \n---" >> $postname
|
||||||
vim $postname
|
vim $postname
|
||||||
|
|
Loading…
Reference in a new issue