Skip to content

Commit

Permalink
feat: delete files that were decrypted for anthology generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed May 7, 2022
1 parent 8951414 commit 7f96c85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions calliope.sh
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,13 @@ create_anthology ()
echo "$year_to_compile master document created in $pdf_dir."
cd ../ || exit -1
if [ -z ${encryptionId} ]
then
echo ""
else
pushd "$diary_dir/$year_to_compile" && git clean -dfx . && popd
fi
}
edit_latest ()
Expand Down

0 comments on commit 7f96c85

Please sign in to comment.