Browse Source

:tada: Make the templating tool effectively outputing file

DricomDragon 2 years ago
parent
commit
61c613f74b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/gd-slide.fish

+ 2 - 2
tools/gd-slide.fish

@@ -39,5 +39,5 @@ for k in (seq 3)
 end
 
 echo "Write to : $SLIDE_FILE"
-echo ' - - - '
-get-content
+mkdir --parents $SLIDE_FOLDER
+get-content > $SLIDE_FILE