This line must be a typo:
echo "export HP_SDIR=pwd" > ~/.bashrc
you probably wanted
echo "export HP_SDIR=pwd" >> ~/.bashrc
I ran it my mistake and deleted my ./bashrc, and that happened to another person I know who used it. I won't do this again, of course, and should have noticed, but the best would be to fix the error.
This line must be a typo: echo "export HP_SDIR=
pwd
" > ~/.bashrcyou probably wanted echo "export HP_SDIR=
pwd
" >> ~/.bashrcI ran it my mistake and deleted my ./bashrc, and that happened to another person I know who used it. I won't do this again, of course, and should have noticed, but the best would be to fix the error.
Thank you