add colors
This commit is contained in:
parent
cf109c23b1
commit
0a1b93900e
@ -1,3 +1,8 @@
|
|||||||
|
RED="\033[0;31m"
|
||||||
|
GREEN="\033[0;32m"
|
||||||
|
YELLOW="\033[1;33m"
|
||||||
|
NC="\033[0m" # No Color
|
||||||
|
|
||||||
function secure_source () {
|
function secure_source () {
|
||||||
if [ -e $1 ]; then
|
if [ -e $1 ]; then
|
||||||
source $1
|
source $1
|
||||||
|
Loading…
Reference in New Issue
Block a user