1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-03-15 01:07:05 +00:00
2022-05-07 09:24:17 -04:00

6 lines
92 B
Bash
Executable File

#!/bin/bash
function urldecode() { : "${*//+/ }"; echo -e "${_//%/\\x}"; }
urldecode "$@"