rice/snip

7 lines
84 B
Plaintext
Raw Normal View History

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