nixos-config/modules/home/scripts/dsize

8 lines
105 B
Text
Raw Normal View History

2023-11-11 22:33:20 +01:00
#!/bin/bash
if [ "$#" -eq 1 ]; then
du -hs $1
else
echo "[ERROR] => Wrong number of parameters"
fi