summaryrefslogtreecommitdiff
path: root/common/bin/urldecode
diff options
context:
space:
mode:
Diffstat (limited to 'common/bin/urldecode')
-rwxr-xr-xcommon/bin/urldecode2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/bin/urldecode b/common/bin/urldecode
new file mode 100755
index 0000000..97ef333
--- /dev/null
+++ b/common/bin/urldecode
@@ -0,0 +1,2 @@
+#!/bin/bash
+: "${*//+/ }"; echo -e "${_//%/\\x}";