From 7da4a5f0ab1083393443b49b553629db066f61be Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Wed, 15 Jun 2016 13:59:23 +0300 Subject: [PATCH] insert logo --- README | 6 ++++++ README.md | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/README b/README index 82b443e..bf70d40 100755 --- a/README +++ b/README @@ -7,6 +7,12 @@ cd $( dirname $0 )/bin ( +echo ' + _____ ___ + |_ _/ _ \ + | || (_) | + |_| \__\_\ + ' echo Add the tools to PATH by sourcing the "rc" in this folder echo -e "\n===== COMMANDS IN qcd_function =====" diff --git a/README.md b/README.md index d8ab88c..99e7385 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Shell Tools package +``` + _____ ___ + |_ _/ _ \ + | || (_) | + |_| \__\_\ +``` + This is a growing selection of shell tools used by me and my colleagues. Each tool is an individual program, which do often depend on other tools.