mirror of
https://github.com/k4m4/movies-for-hackers.git
synced 2024-12-21 22:05:00 -05:00
Remove non-essential code from shell file
This commit is contained in:
parent
3c216cd3da
commit
e5b2d44bb0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user