summaryrefslogtreecommitdiff
path: root/share/rcm.sh
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-07-27 00:32:03 -0400
committerGravatar Mike Burns <mike@mike-burns.com>2013-07-27 00:32:03 -0400
commitca7b0cd7961e87bb618a4c8376f87253ffd894f2 (patch)
tree63a539c4288809ba767d1f6d7dd8bbd5d3174caa /share/rcm.sh
parentbf87db5b38ec651e3509ea5ec02bb4c7928352e3 (diff)
Flatten man and share directories
The `man` and `share` directories in this project had an unnecessarily deeply nested structure. Flatten it.
Diffstat (limited to 'share/rcm.sh')
-rw-r--r--share/rcm.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/rcm.sh b/share/rcm.sh
new file mode 100644
index 0000000..54bdb07
--- /dev/null
+++ b/share/rcm.sh
@@ -0,0 +1,11 @@
+VERSION="0.0.2"
+
+version() {
+ cat << EOV
+$1 (rcm) $VERSION
+Copyright (C) 2013 Mike Burns
+License BSD: BSD 3-clause license
+
+Written by Mike Burns.
+EOV
+}