bump 2025-11-30

This commit is contained in:
Tao Tien 2025-11-30 15:19:08 -08:00
parent 80d7b8d19e
commit 4e73f88e25
2 changed files with 22 additions and 22 deletions

View file

@ -10,7 +10,7 @@ def ns [...packages: string] {
# }
def rebuild [subcommand, --builders: string] {
if (
if not (
df -h | detect columns --guess | where "Mounted on" == "/" or "Mounted on" == "/boot" | get Use% | each {parse "{usage}%" | get usage | into int} | flatten | all {$in < 99}
) {
print "not enough disk space!"