diff --git a/qcd_function b/qcd_function index a3d3b2a..c54d171 100644 --- a/qcd_function +++ b/qcd_function @@ -182,8 +182,6 @@ function gcd() { function rmv () { #mv with rsync - local length - local sources rsync -vaP --remove-source-files "$@" # remove empty folders from sources (not last argument) for (( i=1; i<=$(($#-1)); i++ ))