Add screenshot debug; Fix sh stuff in environment
This commit is contained in:
parent
0dc9ab97ab
commit
9ca659dbe7
3 changed files with 7 additions and 5 deletions
.local/bin
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue