From 9848769ac6af9e2c50cd8c094f8165c7bd27646b Mon Sep 17 00:00:00 2001 From: owen bell Date: Thu, 12 Nov 2020 10:32:20 -0500 Subject: [PATCH] silly bash --- u.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/u.php b/u.php index a0faa39..ce3debf 100644 --- a/u.php +++ b/u.php @@ -85,11 +85,11 @@ if ($uploadOk == 0) {
 # 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