mirror of
https://github.com/ION606/VCS.git
synced 2026-05-14 22:16:55 +00:00
added colors
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
cd "$PWD"
|
||||
|
||||
if [ ! -f "$HOME/ionsrc/creds.txt" ]; then
|
||||
echo "credentials file not found!"
|
||||
echo -e "\e[31mcredentials file not found!\e[0m"
|
||||
exit 1
|
||||
elif [ ! -f "$PWD/.ionvcs/src.config"]; then
|
||||
echo "config file not found!"
|
||||
echo -e "\e[31mconfig file not found!\e[0m"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user