Sfoglia il codice sorgente

:tada: Make the templating tool effectively outputing file

DricomDragon 2 anni fa
parent
commit
61c613f74b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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