This commit is contained in:
archikid02
2026-02-01 14:26:59 +00:00
parent 5c292bc105
commit 391dad86ac
+2 -1
View File
@@ -1,11 +1,12 @@
#!/usr/bin/bash
if [ "$#" -lt 1 ] ; then
echo "Usage: $0 arg1 [arg2] [arg3]"
exit 1
fi
for DIR in "#@" ; do
for DIR in "$@" ; do
cp -r $DIR/* .
cp -r $DIR/.* .
mv $DIR /tmp