This commit is contained in:
archikid02
2026-01-31 17:27:39 +00:00
parent afdf9a2b83
commit 5c292bc105
+2 -2
View File
@@ -6,8 +6,8 @@ if [ "$#" -lt 1 ] ; then
fi fi
for DIR in "#@" ; do for DIR in "#@" ; do
cp -r * . cp -r $DIR/* .
cp -r .* . cp -r $DIR/.* .
mv $DIR /tmp mv $DIR /tmp
done done