From b2b433c08dc756b3ac32357984c4678ab4255d3a Mon Sep 17 00:00:00 2001 From: clement Date: Mon, 8 Jun 2020 15:36:29 +0800 Subject: [PATCH] Script not ready for interactive tail --- scripts/build-website.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-website.sh b/scripts/build-website.sh index 88697af..4f3469f 100755 --- a/scripts/build-website.sh +++ b/scripts/build-website.sh @@ -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 ../