mirror of
https://github.com/k4m4/movies-for-hackers.git
synced 2024-12-22 06:15:04 -05:00
Remove non-essential code from shell file
This commit is contained in:
parent
3c216cd3da
commit
e5b2d44bb0
@ -1,7 +1,5 @@
|
|||||||
#/bin/sh
|
#/bin/sh
|
||||||
|
|
||||||
version=0.1
|
|
||||||
|
|
||||||
case $SHELL in
|
case $SHELL in
|
||||||
*bash)
|
*bash)
|
||||||
ECHO='echo -e'
|
ECHO='echo -e'
|
||||||
@ -11,7 +9,6 @@ case $SHELL in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Colors
|
|
||||||
purple="\033[0;35m"
|
purple="\033[0;35m"
|
||||||
red="\033[1;31m"
|
red="\033[1;31m"
|
||||||
green="\033[1;32m"
|
green="\033[1;32m"
|
||||||
|
Loading…
Reference in New Issue
Block a user