Detected 1 occurrence(s) of ‘using password': <domain name>" if [ ${#} -eq 0 ]; then exit 99 else exit 1 fi } if [ ${#} -ne 4 ]; then echo "Invalid arguments number" show_usage elif ! [ -f ${2} ]; then echo "You shouldn't use password as an argument, consider using password file instead" show […]
↧