diff options
| author | St33v <github@f3rr3t.com> | 2015-08-24 12:31:48 +1000 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2015-08-24 12:31:48 +1000 |
| commit | 0905e148e0d2752182acd0eaa7a6cc3535915837 (patch) | |
| tree | dee1cd74982ad4de1916a5b69489c32563427387 /kmlstitch.sh | |
| parent | 72c4ebe6ecea455df7b78a94ec52595590dd10d0 (diff) | |
a small start
Diffstat (limited to 'kmlstitch.sh')
| -rwxr-xr-x | kmlstitch.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kmlstitch.sh b/kmlstitch.sh new file mode 100755 index 0000000..5cc18e0 --- /dev/null +++ b/kmlstitch.sh @@ -0,0 +1,6 @@ +# Shell script to stitch kml files together. +# SJP August 2015 + +# name the data directory +datadir='../data/' +echo $datadir |
