updated bootstrap
This commit is contained in:
parent
aa5cdd4e3a
commit
7e9ef1f26f
1 changed files with 2 additions and 1 deletions
3
bootstrap.sh
Normal file → Executable file
3
bootstrap.sh
Normal file → Executable 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."
|
||||
|
|
Loading…
Reference in a new issue