This commit is contained in:
2024-01-23 23:09:05 +08:00
parent c41dc77d77
commit 090211fd46
3 changed files with 26 additions and 2 deletions

View File

@ -19,5 +19,5 @@ cp .blog.template "$NEWPOSTNAME"
cp .quote.template "$NEWQUOTENAME"
# Show new file names
echo "$NEWPOSTNAME"
echo "$NEWQUOTENAME"
echo "$(readlink -e "$NEWPOSTNAME")"
echo "$(readlink -e "$NEWQUOTENAME")"