Added lines to dependency install script to clean up temp files after finishing.

This commit is contained in:
Jeremy Mack Wright 2018-05-04 22:55:37 -04:00
parent 2fa8c9ec8f
commit 2336a2c327

View File

@ -30,3 +30,7 @@ done
# Extract all the relevant components of cqparts to the ThirdParty directory
ls *.whl | grep cqparts | xargs -L1 unzip
ls *.whl | grep cqparts | awk -F "-" '{print $1}' | xargs -I {} cp -R {} ../../ThirdParty/
# Clean up temporary files
cd ../
rm -rf temp/