rice/snip

8 lines
79 B
Plaintext
Raw Normal View History

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