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