blob: 66e928a4bc8bb1cee2a9335d60ea320f4ce5f5b8 [file] [log] [blame]
#!/bin/sh
apt-get autoremove -y --purge
# Clean up any build cache for rust.
rm -rf /.cargo
ccache --show-stats