nahamsec / bbht

A script to set up a quick Ubuntu 17.10 x64 box with tools I use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo?

pikaturbo opened this issue · comments

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"

@pikaturbo Yup, I think so.