mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
change scripts
This commit is contained in:
parent
be42d058cb
commit
27e0c22bae
10 changed files with 86 additions and 72 deletions
7
modules/home/scripts/scripts/dsize.sh
Normal file
7
modules/home/scripts/scripts/dsize.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ "$#" -eq 1 ]; then
|
||||
du -hs $1
|
||||
else
|
||||
echo "[ERROR] => Wrong number of parameters"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue