I hereby claim:
- I am mckean on github.
- I am mckean (https://keybase.io/mckean) on keybase.
- I have a public key ASAUU-ICoJUc4zC7J57qPaP3GMtVmXbhqU_186EbXT9YVwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #! /bin/sh | |
| # Run this and it will take a screenshot and upload it to dropbox | |
| # scrot and dropbox_uploader need to be installed | |
| shotsdir=$HOME/Pictures/screenshots | |
| uploaddir=/Public/screenshots | |
| filename="shot-`date +%Y-%m-%d-%H-%M-%S`.png" |