Script not ready for interactive tail

This commit is contained in:
2020-06-08 15:36:29 +08:00
parent 7035437142
commit b2b433c08d

View File

@ -7,9 +7,9 @@ cd ../blog
CONTENTNUM=$(ls content* | wc -l ) CONTENTNUM=$(ls content* | wc -l )
for i in {0..$CONTENTNUM} for i in {0..$CONTENTNUM}
do do
cat filehead "content$i" filetail "quote$i" > blog-00$i cat filehead "content$i" "quote$i" > blog-00$i
done done
rm filehead filetail content* quote* .blog.* rm filehead content* quote* .blog.*
# clean up non prod files # clean up non prod files
cd ../ cd ../