dotfiles/.config/dwl/scripts/disk_info.sh

4 lines
68 B
Bash
Raw Normal View History

2022-11-26 23:40:39 +01:00
#!/bin/bash
df -h / | awk '/\//{ printf(" %4s / %s \n", $4, $2) }'