Skip to content

Instantly share code, notes, and snippets.

@imbudhiraja
Created May 9, 2019 14:36
Show Gist options
  • Save imbudhiraja/b9776e7cf0d98817d9275960eb9a80b2 to your computer and use it in GitHub Desktop.
Save imbudhiraja/b9776e7cf0d98817d9275960eb9a80b2 to your computer and use it in GitHub Desktop.
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