diff options
| author | Ian C <ianc@noddybox.co.uk> | 2025-07-26 03:57:54 +0100 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2025-07-26 03:57:54 +0100 |
| commit | 2450a61db55c13ffc5573e2768506d6dc7f1d8db (patch) | |
| tree | de8dbc7f80c2d17f8b8534e5b36831ceaa8c1ea9 /mcp | |
| parent | d1718c3e581271de9014ab2f2b41e69c9899f4ac (diff) | |
Added unzip_tree.sh and changed mcp and mmv so they quote filenames
Diffstat (limited to 'mcp')
| -rwxr-xr-x | mcp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,5 +17,5 @@ shift for i in $* ; do new=$(echo $i | sed "s/$from/$to/g") echo cp $i $new - cp $i $new + cp "$i" "$new" done |
