summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-20 00:26:20 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-20 00:26:20 +0200
commit02e1ef1f60d6606be65e458fbe62e38de525ca3b (patch)
tree0b101baa2af12ff2bc829fe80c8af277d4027888 /src
parentcfe97123dd04b95bd5f9add67dc34f046d0de208 (diff)
rename to netdiff
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."