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

Also export xournal files in the feedback attachments folder

parent efaa7af1
No related branches found
No related tags found
No related merge requests found
......@@ -17,5 +17,5 @@ fi
suffix=$1
find \
-wholename "*/Submission attachment(s)/*.xopp" \
-wholename "*/Submission attachment(s)/*.xopp" -or -wholename "*/Feedback Attachment(s)/*.xopp" \
-execdir sh -c "fname=\$1; fname=\${fname%.xopp}; echo \"exporting \$PWD\$fname.xopp\"; $xournal -p \"../Feedback Attachment(s)/\${fname}$suffix.pdf\" \"\$fname.xopp\";" sh {} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment