Skip to content
Snippets Groups Projects
Verified Commit 44a50eab authored by jonahbeneb02's avatar jonahbeneb02
Browse files

fuzip: Include only feedback attachments

Fixes #1
parent 8ba75cb7
No related branches found
No related tags found
1 merge request!6fuzip: Include only feedback attachments
......@@ -12,6 +12,8 @@ while [ $# -ne 1 ]; do
pattern=$2
find "$dir" \
-name "$pattern" \
-path '*/Feedback Attachment(s)/*' \
-or -name "comments.txt" \
-print \
| zip -9 "$dir" -@
shift
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment