change scripts

This commit is contained in:
Frost-Phoenix 2023-11-13 00:16:48 +01:00
parent be42d058cb
commit 27e0c22bae
10 changed files with 86 additions and 72 deletions

View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
if [ "$#" -eq 1 ]; then
du -hs $1
else
echo "[ERROR] => Wrong number of parameters"
fi