#!/bin/sh
if [ ! -z "$1" ]; then
	n=$1
else
	n="tmp.png"
fi
scrot -sz $HOME/$n