make paste work again

This commit is contained in:
randomuser 2022-07-13 00:04:31 -05:00
parent 45faf87871
commit 7cd526b0bd
1 changed files with 1 additions and 2 deletions

View File

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