mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-11 01:32:09 +08:00
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
# sudo apt install ncdu
|
|
sudo ncdu build/agnos-rootfs/ || true
|