On 4/13/19 9:42 AM, Toralf Förster wrote:
> Yep - thx!
Except, that I used the opposite:

        min_days=${1:-5}
        min_hours=${2:-12}
        min_compl=${3:-3500}
        shift "$(( $# < 3 ? $# : 3 ))"
        setupargs="$@"

--
Toralf
PGP C4EACDDE 0076E94E


Reply via email to