Created
June 4, 2019 10:50
-
-
Save ju916/823e131fa2b88bf762ffbd01a2915c24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
DATE=`date "+%Y%m%d%H%M"` | |
screenshot=~/Bilder/"Screenshot-$DATE.png" | |
gnome-screenshot -f "$screenshot" | |
gimp "$screenshot" & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment