Fixed shh to use different location for shh touchfile
[clearscm.git] / bin / jpg
1 #!/bin/bash
2 #
3 # Simple script to save an image in the clipboard to a file
4 save_file=/tmp/image.jpg
5
6 xclip -selection clipboard -t image/jpeg -o > $save_file