dot_testing/paste

6 lines
102 B
Plaintext
Raw Normal View History

#!/bin/sh
set -x
[ "$1" = "" ] && exit 1
[ -f "$1" ] && curl -F"file=@${1}" https://ttm.sh && exit 0