Created
May 9, 2019 14:36
-
-
Save imbudhiraja/b9776e7cf0d98817d9275960eb9a80b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -f ~/.bash_profile ] | |
then | |
echo bash profile exists | |
else | |
echo bash profile does not exists | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment