#!/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"