Script not ready for interactive tail
This commit is contained in:
@ -7,9 +7,9 @@ cd ../blog
|
||||
CONTENTNUM=$(ls content* | wc -l )
|
||||
for i in {0..$CONTENTNUM}
|
||||
do
|
||||
cat filehead "content$i" filetail "quote$i" > blog-00$i
|
||||
cat filehead "content$i" "quote$i" > blog-00$i
|
||||
done
|
||||
rm filehead filetail content* quote* .blog.*
|
||||
rm filehead content* quote* .blog.*
|
||||
|
||||
# clean up non prod files
|
||||
cd ../
|
||||
|
Reference in New Issue
Block a user