change a script to an alias
This commit is contained in:
parent
ac3d87980b
commit
223df32500
3 changed files with 1 additions and 9 deletions
|
@ -1,7 +0,0 @@
|
|||
#!/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