about summary refs log tree commit diff stats
path: root/trunk/common-titles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/common-titles.sh')
-rw-r--r--trunk/common-titles.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/trunk/common-titles.sh b/trunk/common-titles.sh index df6158d..bae8a10 100644 --- a/trunk/common-titles.sh +++ b/trunk/common-titles.sh
@@ -1,12 +1,10 @@
1#!/bin/bash 1#!/bin/bash
2 2
3outFile="$1"; 3outFile="$1";
4header="$2"; 4shift 1;
5shift 2;
6glob="$@"; 5glob="$@";
7 6
8echo -n "Compiling ${outFile}"; 7echo -n "Compiling ${outFile}";
9cat "$header" > $outFile;
10 8
11for file in $glob; do 9for file in $glob; do
12 # Copy title to $outFile & link 10 # Copy title to $outFile & link