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