1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh url="https://0x0.st" form="file=@" if [ -t 0 ] && [ -n "${1}" ]; then form="${form}${1}" else form="${form}-" fi curl --form "${form}" "${url}"
Consider giving Nix/NixOS a try! <3