#!/bin/sh
# needs http://www.graphicsmagick.org/convert.html
xwd | convert xwd:- $HOME/$(date +%FT%T)_screenshot.png
