insert logo

This commit is contained in:
Ville Rantanen
2016-06-15 13:59:23 +03:00
parent 29f85d8c17
commit 7da4a5f0ab
2 changed files with 13 additions and 0 deletions

6
README
View File

@@ -7,6 +7,12 @@
cd $( dirname $0 )/bin cd $( dirname $0 )/bin
( (
echo '
_____ ___
|_ _/ _ \
| || (_) |
|_| \__\_\
'
echo Add the tools to PATH by sourcing the "rc" in this folder echo Add the tools to PATH by sourcing the "rc" in this folder
echo -e "\n===== COMMANDS IN qcd_function =====" echo -e "\n===== COMMANDS IN qcd_function ====="

View File

@@ -1,5 +1,12 @@
# Shell Tools package # Shell Tools package
```
_____ ___
|_ _/ _ \
| || (_) |
|_| \__\_\
```
This is a growing selection of shell tools used by me and my colleagues. 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. Each tool is an individual program, which do often depend on other tools.