Remove non-essential code from shell file

pull/158/merge
k4m4 2017-12-28 21:59:22 +01:00
parent 3c216cd3da
commit e5b2d44bb0
No known key found for this signature in database
GPG Key ID: C747F75367032D1E
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,5 @@
#/bin/sh
version=0.1
case $SHELL in
*bash)
ECHO='echo -e'
@ -11,7 +9,6 @@ case $SHELL in
;;
esac
# Colors
purple="\033[0;35m"
red="\033[1;31m"
green="\033[1;32m"