updated curl.sh

pull/2/head
Hari Sekhon 6 years ago
parent 6e5cb670a3
commit a9ae5d1c7c

@ -13,7 +13,7 @@
# https://www.linkedin.com/in/harisekhon
#
# Way of sending username + password without putting them on the command line for environments that log every command and every argument to prevent your password being exposed in logs
# Sends username + password without putting them on the command line for environments that log every command and every argument to prevent your password being exposed in logs
set -euo pipefail
[ -n "${DEBUG:-}" ] && set -x

Loading…
Cancel
Save