summaryrefslogtreecommitdiff
path: root/src/foo
diff options
context:
space:
mode:
Diffstat (limited to 'src/foo')
-rwxr-xr-xsrc/foo5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/foo b/src/foo
deleted file mode 100755
index 8ccad18..0000000
--- a/src/foo
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-declare -r VERSION='VERSION_DEVEL'
-
-echo "This is version $VERSION of the example template project."