Skip to content

Commit

Permalink
One more helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Feb 24, 2023
1 parent c608313 commit 97b09b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build-tools/cargo-clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
set -x

for dir in */; do
cd "$dir";
cargo clean;
cd ..;
done

0 comments on commit 97b09b7

Please sign in to comment.