1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-08 21:11:11 +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 "$@"