From e3f8930c62156b22e500333026db38df31af7021 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 1 Feb 2016 22:36:46 +0100 Subject: [PATCH] Add ascii-art logo --- bin/imag | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/imag b/bin/imag index 0c51fadc..552ea9b4 100755 --- a/bin/imag +++ b/bin/imag @@ -7,7 +7,15 @@ version() { help() { local cmds="$(commands)" + echo " _ "; + echo " (_)_ __ ___ __ _ __ _ "; + echo " | | '_ \` _ \ / _\` |/ _\` |"; + echo " | | | | | | | (_| | (_| |"; + echo " |_|_| |_| |_|\__,_|\__, |"; + echo " |___/ "; + echo " -------------------------"; cat < imag - the personal information management suite for the commandline