Script not ready for interactive tail
This commit is contained in:
@ -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 ../
|
||||||
|
Reference in New Issue
Block a user