1 changed file
urlencode.sh | ||
Add comment 13 # https://www.linkedin.com/in/HariSekhon
Add comment 14 #
Add comment 15
Add comment 16 Minus # Quick command line URL encoding for use in curl queries and such
Add comment 16 Plus # Quick command line URL encoding
Add comment 17
Add comment 18 set -euo pipefail
Add comment 19 [ -n "${DEBUG:-}" ] && set -x