rice/snip
2019-09-26 15:12:10 -07:00

7 lines
84 B
Bash
Executable File

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