add scripts

This commit is contained in:
Frost-Phoenix 2023-11-11 22:33:20 +01:00
parent c237ada71f
commit 211ed9c01a
4 changed files with 34 additions and 0 deletions

View file

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