From 7ae90a0bacbfbbd4c3bc9d716b7f52e2e90e07fe Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 11 Oct 2013 23:08:42 -0400 Subject: version: New command. --- (limited to 'lib/cmd/version.sh') diff --git a/lib/cmd/version.sh b/lib/cmd/version.sh new file mode 100644 index 0000000..e1d27b4 --- /dev/null +++ b/lib/cmd/version.sh @@ -0,0 +1,30 @@ +# pro-archman +# lib/cmd/version.sh +# "version" command +# +# Copyright (C) 2013 Patrick "P. J." McDermott +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +cmd_version_main() +{ + printf '%s %s\n' "${PACKAGE_NAME}" "${PACKAGE_VERSION}" + + cat < +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +EOF +} -- cgit v0.9.1