add scripts
This commit is contained in:
parent
c237ada71f
commit
211ed9c01a
4 changed files with 34 additions and 0 deletions
7
modules/home/scripts/dsize
Normal file
7
modules/home/scripts/dsize
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/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