1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-02-25 10:42:03 +00:00

6 lines
92 B
Plaintext
Raw Normal View History

2021-10-22 07:34:27 -04:00
#!/bin/bash
function urldecode() { : "${*//+/ }"; echo -e "${_//%/\\x}"; }
urldecode "$@"