1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-07-06 03:50:15 +00:00
Files
apps
generators
hosts
legacy
bin
biggest
biggest-files
docker_cleanup
jira-checkout
jira-details
kube-dashboard
newest
oldest
pod
symlinks
url-decode
newsboat
scripts
templates
nix-env.fish
modules
private
templates
windows
.envrc
.gitignore
LICENSE
README.md
flake.lock
flake.nix
dotfiles/legacy/bin/url-decode
2022-06-14 07:32:27 -04:00

6 lines
92 B
Bash
Executable File

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