zipper/zipper.sh

3 lines
74 B
Bash
Raw Permalink Normal View History

2023-08-16 09:56:34 +09:00
#!/bin/bash
find . \! -name *.zip -type d -exec zip -r {}.zip {} \;