Add screenshot debug; Fix sh stuff in environment

This commit is contained in:
Tobias Reisinger 2021-04-01 19:00:33 +02:00
parent 0dc9ab97ab
commit 9ca659dbe7
3 changed files with 7 additions and 5 deletions
.local/bin

View file

@ -11,7 +11,9 @@ then
xclip -t image/png $path -selection clipboard
s3cmd put -P $path s3://$s3_bucket/$file
echo "$s3_host/$s3_bucket/$file" | xclip -selection primary
echo -n "$s3_host/$s3_bucket/$file" | xclip -selection primary
notify-send -a "Screenshot" "Uploaded screenshot to s3"
fi