FollieHiyuki-dotfiles/home/.local/bin/qrgen
2021-10-17 21:47:45 +07:00

7 lines
156 B
Bash
Executable File

#!/bin/sh
# When you don't want to install `qrencode` yourself
input=$(printf '%s ' "$@")
input=$(echo "$input" | sed s/" "/%20/g)
curl "qrenco.de/$input"