cargo/ci/clean-test-output.sh
2023-03-14 10:59:59 +00:00

9 lines
134 B
Bash
Executable file

#!/bin/bash
# This script remove test and benchmark output and displays disk usage.
set -euo pipefail
df -h
rm -rf target/tmp
df -h