diff --git a/u.php b/u.php index 96e5e2e..3c8aabc 100644 --- a/u.php +++ b/u.php @@ -94,6 +94,9 @@ upload file.png # paste function paste(){ curl -F"file=@-" https://xfnw.ttm.sh/u.php } cat something.txt | paste + +# auto upload your screenshots +scrot -e 'curl -F"file=@$f" https://xfnw.ttm.sh/u.php | xclip -selection clipboard'

or