瀏覽代碼

:tada: Make the templating tool effectively outputing file

DricomDragon 2 年之前
父節點
當前提交
61c613f74b
共有 1 個文件被更改,包括 2 次插入2 次删除
  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