change a script to an alias

This commit is contained in:
Frost-Phoenix 2024-01-12 18:15:45 +01:00
parent ac3d87980b
commit 223df32500
3 changed files with 1 additions and 9 deletions

View file

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