diff --git a/usr/bin/pop b/usr/bin/pop index 9cffed4..d90db68 100755 --- a/usr/bin/pop +++ b/usr/bin/pop @@ -6,8 +6,8 @@ if [ "$#" -lt 1 ] ; then fi for DIR in "#@" ; do - cp -r * . - cp -r .* . + cp -r $DIR/* . + cp -r $DIR/.* . mv $DIR /tmp done