Utils
This commit is contained in:
@@ -75,7 +75,7 @@ printf_n(){ printf "$1\n" "${@:2}"; }
|
||||
|
||||
#touch $HOME/.bash_profile
|
||||
FILE_BASH=$HOME/.bash_profile
|
||||
if [ -f FILE_BASH ];
|
||||
if [ -f $FILE_BASH ];
|
||||
then
|
||||
echo -e "${C_LGn}File bash_profile is exist${RES}"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user