nahamsec / bbht

A script to set up a quick Ubuntu 17.10 x64 box with tools I use.
1.16k stars 434 forks source link

typo? #47

Open pikaturbo opened 3 years ago

pikaturbo commented 3 years ago

echo "installing bash_profile aliases from recon_profile" git clone https://github.com/nahamsec/recon_profile.git cd recon_profile cat bash_profile >> ~/.bash_profile <<<<< shouldnt this be cat .bash_profile >> ~/.bash_profile? source ~/.bash_profile cd ~/tools/ echo "done"

baotang2118 commented 3 years ago

@pikaturbo Yup, I think so.