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