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