summaryrefslogtreecommitdiffstats
path: root/upshot
blob: 15b1cd3e46a9b36f35240e44fd8ba55a8dd61804 (plain)
1
2
3
4
5
#!/bin/sh
file=$(scrot -sb -e 'echo $f')
#gimp "$file"
fb "$file"
rm "$file"