mirror of
https://github.com/nmasur/dotfiles
synced 2026-06-13 07:33:56 +00:00
url decoder
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
function urldecode() { : "${*//+/ }"; echo -e "${_//%/\\x}"; }
|
||||
|
||||
urldecode "$@"
|
||||
Reference in New Issue
Block a user