#! /bin/bash mkdir -p "$1" && cd "$1" && curl -L -S -O $2 >> download.log 2>&1 & # mkdir -p "$1" && cd "$1" && curl -L -O $2 > /dev/null 2>&1 &