about summary refs log tree commit diff
path: root/qr
blob: eeda047ba1b8e72c363a1fbaf3b03bc01da444da (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

if [ "${#}" -eq 0 ]; then
    read -r i && set "${i}"
fi

echo "${@}" | curl --form "f:1=<-" "qrenco.de"

Consider giving Nix/NixOS a try! <3