mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 03:50:15 +00:00
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
6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
function urldecode() { : "${*//+/ }"; echo -e "${_//%/\\x}"; }
|
|
|
|
urldecode "$@"
|