Skip to content

Instantly share code, notes, and snippets.

@ju916
Created June 4, 2019 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ju916/823e131fa2b88bf762ffbd01a2915c24 to your computer and use it in GitHub Desktop.
Save ju916/823e131fa2b88bf762ffbd01a2915c24 to your computer and use it in GitHub Desktop.
#!/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