Created
April 29, 2026 07:13
-
-
Save stchris/6d668dc2476dcc9d47b8b99f967054a4 to your computer and use it in GitHub Desktop.
Find Rust project folders and attempt to run `cargo clean` to free up disk space
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| fd Cargo.toml -x cargo +nightly -Z unstable-options -C '{//}' clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment