From e01ed83975933e4c8eafcda7950db98342ddfd63 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 6 Mar 2015 22:08:20 -0700 Subject: Switch to compile.lua for reasons --- compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index e6b3141..51a94f7 100644 --- a/compile.sh +++ b/compile.sh @@ -22,10 +22,10 @@ echo echo "Moving files to build directory ..." mv src/{.[!.]*,*}.html ./ echo "Moving RIVERs to river/ ..." -mv src/{.[!.]*,*}.river river/ +mv src/*.river river/ +rm src/*.river echo "Concatenating and counting rivers ..." cat river/*.river | \ - sed -e "s/^\s\+//" -e "s/\s\+$//" -e 's/--\+/\n/g' | \ sort | uniq -c | sort >river/COUNTS.txt echo "Finished compiling $num files." ############################################### -- cgit 1.4.1-21-gabe81