diff options
Diffstat (limited to 'new.sh')
-rw-r--r-- | new.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,4 +35,4 @@ printf '%s\n%s\n%s\n%s\n%s\n%s\n' "$o_author"\ "$o_date"\ "$o_slug"\ "$o_tag"\ - "$o_title" > "$slug.md" + "$o_title" > "content/$slug.md" |