utils/sh/paste

5 lines
95 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
[ "$1" = "" ] && exit 1
2022-07-13 05:04:31 +00:00
[ -f "$1" ] && curl -F"file=@${1}" https://0x0.st && exit 0