dot_testing/builds/utils/sh/paste

5 lines
95 B
Plaintext
Raw Normal View History

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