Skip to content
Snippets Groups Projects
Commit 6bf07d59 authored by jonahbeneb02's avatar jonahbeneb02
Browse files

Also export xournal files in the feedback attachments folder

parent b26a4ae5
No related branches found
No related tags found
No related merge requests found
...@@ -17,5 +17,5 @@ fi ...@@ -17,5 +17,5 @@ fi
suffix=$1 suffix=$1
find \ 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 {} \; -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