You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo">>> zip"; zip -qr "$zip_path""copyparty-$ver"
108
+
pwd
109
+
echo">>> tar"; tar -czf "$tgz_path" --owner=1000 --group=1000 --numeric-owner "copyparty-$ver"
110
+
echo">>> zip"; zip -qr "$zip_path""copyparty-$ver"
101
111
102
112
rm -rf "$tmp"
103
113
echo
@@ -106,5 +116,5 @@ echo " $zip_path"
106
116
echo"$tgz_path"
107
117
echo
108
118
109
-
# function alr() { ls -alR copyparty-$1 | $sed -r "s/copyparty-$1/copyparty/" | $sed -r 's/[A-Z][a-z]{2} [0-9 ]{2} [0-9]{2}:[0-9]{2}//' > $1; }; for x in master rls src ; do alr $x; done
119
+
# function alr() { ls -alR copyparty-$1 | sed -r "s/copyparty-$1/copyparty/" | sed -r 's/[A-Z][a-z]{2} [0-9 ]{2} [0-9]{2}:[0-9]{2}//' > $1; }; for x in master rls src ; do alr $x; done
0 commit comments