1
0
mirror of https://git.disroot.org/FollieHiyuki/dotfiles.git synced 2025-02-26 14:29:33 -05:00
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"