# except we want to overwrite the BibTeX library files (inside the assets/references/ directory), we'll do that by checking the target dirname and only running the destructive cp operation if its "references"
assetdirnametarget=$(basename "$assetpathtarget")
if[[$assetdirnametarget=="references"]];then
echo"<thesis> Overwriting BibTeX libraries in assets/references/"