diff options
| author | St33v <github@f3rr3t.com> | 2015-08-24 11:47:42 +1000 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2015-08-24 11:47:42 +1000 |
| commit | 72c4ebe6ecea455df7b78a94ec52595590dd10d0 (patch) | |
| tree | 3bf0b0d3142e12186dfa5a57b54a673b0289d56c | |
| parent | 6da2e51ec759c93fc93015c5ab728d44e9bc1bcb (diff) | |
ne line start version. Can I name a directory properly?
| -rw-r--r-- | kmlStich.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kmlStich.sh b/kmlStich.sh index e69de29..5cc18e0 100644 --- a/kmlStich.sh +++ b/kmlStich.sh @@ -0,0 +1,6 @@ +# Shell script to stitch kml files together. +# SJP August 2015 + +# name the data directory +datadir='../data/' +echo $datadir |
