1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-02-24 16:02:02 +00:00
2022-06-14 07:32:27 -04:00

6 lines
92 B
Bash
Executable File

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