silly bash

This commit is contained in:
owen bell 2020-11-12 10:32:20 -05:00 committed by GitHub
parent aa5d33b636
commit 9848769ac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
u.php
View file

@ -85,11 +85,11 @@ if ($uploadOk == 0) {
<pre>
# upload function
upload(){ curl -F"file=@$1" https://xfnw.ttm.sh/u.php }
upload(){ curl -F"file=@$1" https://xfnw.ttm.sh/u.php ; }
upload file.png
# paste function
paste(){ curl -F"file=@-" https://xfnw.ttm.sh/u.php }
paste(){ curl -F"file=@-" https://xfnw.ttm.sh/u.php ; }
cat something.txt | paste
# auto upload your screenshots