1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-02-24 18:22:03 +00:00
2021-10-22 07:34:27 -04:00

6 lines
92 B
Bash
Executable File

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