fastdu support sorting better
This commit is contained in:
@@ -52,7 +52,7 @@ _build() {
|
||||
echo Target folder not an mdsite folder, delete first
|
||||
exit 1
|
||||
fi
|
||||
rsync -r --del "$1"/ "$2"
|
||||
rsync -r "$1"/ "$2"
|
||||
touch "$2"/.mdsite
|
||||
echo "----"
|
||||
shopt -s nullglob
|
||||
|
||||
Reference in New Issue
Block a user