From c0c4557456459a8254edd8a47fcec19eb82d2adc Mon Sep 17 00:00:00 2001 From: St33v Date: Mon, 24 Aug 2015 12:35:53 +1000 Subject: try again --- kmlstitch.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/kmlstitch.sh b/kmlstitch.sh index 5cc18e0..21df0bd 100755 --- a/kmlstitch.sh +++ b/kmlstitch.sh @@ -4,3 +4,22 @@ # name the data directory datadir='../data/' echo $datadir + +# Functions ########################## + +readKml() +{ + echo $file +} + +###################################### + + +for file in '$datadir'* +do + echo 'file is $file\n' +done + +echo "finished" + +ls -f $datadir | while read -r file; do wc "$file"; done -- cgit v1.3