Explorar el Código

:tada: Make the templating tool effectively outputing file

DricomDragon hace 2 años
padre
commit
61c613f74b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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