From d832dace648047cdeee32f295b7f1c799d0b5b50 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 2 Apr 2015 21:27:55 -0700 Subject: Add Islands for backlinkless files --- trunk/first-lines.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'trunk/first-lines.sh') diff --git a/trunk/first-lines.sh b/trunk/first-lines.sh index 37b7291..fb06026 100644 --- a/trunk/first-lines.sh +++ b/trunk/first-lines.sh @@ -17,11 +17,12 @@ firstLineOf() { # $1 = file echo "$try" } -echo -n "Compiling ${outFile}..." +echo -n "Compiling ${outFile}" cat "$header" > $outFile for file in $glob; do # Copy first line to $outFile & link - echo "[$(firstLineOf "$file")](${file%.*}.html)" >> $outFile + echo "[$(firstLineOf "$file")](${file%.*}.html)" >> $outFile; + echo -n "."; done echo "Done." -- cgit 1.4.1-21-gabe81