summaryrefslogtreecommitdiffstats
path: root/gshot
blob: 2908454dfcdfd48cc8b89cd342f9890c38eab58b (plain)
1
2
3
4
5
#!/bin/sh
file=$(scrot -s -e 'echo $f')
gimp "$file"
fb "$file"
rm "$file"