Add ascii-art logo
This commit is contained in:
parent
fe7ed7c64d
commit
e3f8930c62
1 changed files with 8 additions and 0 deletions
8
bin/imag
8
bin/imag
|
@ -7,7 +7,15 @@ version() {
|
||||||
help() {
|
help() {
|
||||||
local cmds="$(commands)"
|
local cmds="$(commands)"
|
||||||
|
|
||||||
|
echo " _ ";
|
||||||
|
echo " (_)_ __ ___ __ _ __ _ ";
|
||||||
|
echo " | | '_ \` _ \ / _\` |/ _\` |";
|
||||||
|
echo " | | | | | | | (_| | (_| |";
|
||||||
|
echo " |_|_| |_| |_|\__,_|\__, |";
|
||||||
|
echo " |___/ ";
|
||||||
|
echo " -------------------------";
|
||||||
cat <<EOS
|
cat <<EOS
|
||||||
|
|
||||||
Usage: imag [--version | --versions | -h | --help] <command> <args...>
|
Usage: imag [--version | --versions | -h | --help] <command> <args...>
|
||||||
|
|
||||||
imag - the personal information management suite for the commandline
|
imag - the personal information management suite for the commandline
|
||||||
|
|
Loading…
Reference in a new issue