diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-16 15:29:03 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-16 15:29:03 +0100 |
| commit | 97214d00d915e38f698fe6281651cc9aae2a4ee2 (patch) | |
| tree | 7c7977ef3674bb7003759a00d78205cc04c2c9aa /src/template | |
| parent | d0de34d6cf41b2d1d4c2110ae507a790f91d1a67 (diff) | |
rename stuff from foo to template
Diffstat (limited to 'src/template')
| -rwxr-xr-x | src/template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/template b/src/template new file mode 100755 index 0000000..8ccad18 --- /dev/null +++ b/src/template @@ -0,0 +1,5 @@ +#!/bin/bash + +declare -r VERSION='VERSION_DEVEL' + +echo "This is version $VERSION of the example template project." |
