4 lines
165 B
Bash
Executable File
4 lines
165 B
Bash
Executable File
#!/usr/bin/env bash
|
|
gum style --foreground 212 --bold --border normal --align center --width 50 --margin "1 2" "💾 Docker Disk Usage"
|
|
docker system df | gum table
|