mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
url decoder
This commit is contained in:
parent
a1962afef0
commit
f92b7cf891
5
bin/url-decode
Executable file
5
bin/url-decode
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
function urldecode() { : "${*//+/ }"; echo -e "${_//%/\\x}"; }
|
||||||
|
|
||||||
|
urldecode "$@"
|
Loading…
Reference in New Issue
Block a user