nixos-config/modules/home/scripts/dsize
2023-11-11 22:38:55 +01:00

8 lines
105 B
Bash
Executable file

#!/bin/bash
if [ "$#" -eq 1 ]; then
du -hs $1
else
echo "[ERROR] => Wrong number of parameters"
fi