Skip to content

Instantly share code, notes, and snippets.

View blech75's full-sized avatar
🤖

justin blecher blech75

🤖
  • BDL
  • 11:36 (UTC -04:00)
View GitHub Profile
#!/bin/bash
set -e
### BEGIN mod by JSB 2014-12-03
# URL encode/decode functions courtesy of https://gist.github.com/cdown/1163649
#
urlencode() {
# urlencode <string>
local length="${#1}"