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