diff --git a/cp_sh b/cp_sh index 6983013..f76e193 100755 --- a/cp_sh +++ b/cp_sh @@ -1,7 +1,7 @@ #!/bin/bash -# @autor 6543@transport.de -# @date 2019-01-09 -# @version 0.2 +# @autor 6543@obermui.de +# @date 2019-09-11 +# @version 0.3 function free_disk() { df "$1" | tail -n1 | sed -r -e "s/[\t\ ]+/ /g" | cut -d ' ' -f 4