blob: f1f2ec61cf582b89c9d725726c1b71723e89183d [file] [log] [blame] [edit]
#!/bin/bash
# This script remove test and benchmark output and displays disk usage.
set -euo pipefail
df -h
rm -rf target/tmp
df -h