#!/bin/sh name="screenshot-$(date +%s).png" gnome-screenshot -a -f /tmp/$name xclip -selection clipboard -t image/png -i /tmp/$name