Skip to content

Commit

Permalink
Add diskFree.sh from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Jun 17, 2024
1 parent 87820d1 commit 08d76d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/scripts/diskFree.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
df -Pk . | sed 1d | grep -v used | awk '{ print $4 "\t" }'

0 comments on commit 08d76d9

Please sign in to comment.