updated bootstrap

This commit is contained in:
Eduardo Figueroa 2016-12-14 09:26:10 -08:00
parent aa5cdd4e3a
commit 7e9ef1f26f

3
bootstrap.sh Normal file → Executable file
View file

@ -3,5 +3,6 @@
#move to home directory
echo "----"
find . -type f -name ".*" -exec cp {} $HOME/ \;
find . -type f -name ".*" -exec cp {} $HOME/ \; -exec echo "Copied" {} \;
echo "----"
echo "Files moved to home directory, enjoy your workflow."