distribute

This commit is contained in:
Kenneth Reitz
2012-12-20 02:45:26 -05:00
parent dfbf20acd2
commit 2f0263a5b8
3 changed files with 4 additions and 12 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ function set-default-env (){
function deep-cp (){
find -H $1 -maxdepth 1 -name '.*' -a \( -type d -o -type f -o -type l \) -exec cp -a '{}' $2 \;
cp -r $1/!(tmp) $2
echo copying $1 to $2
# echo copying $1 to $2
}
# Does some serious moving.