small pixel drawing of a pufferfish dotfiles

bin/nostromo/scr

1 2 3 4 5 6 7
#!/bin/sh

if [ "$1" = "" ]; then
	grim -g "$(slurp)" "$HOME/pix/ss/$(date +%s).png"
elif [ "$1" = "stdout" ]; then
	grim -g "$(slurp)" -t png -
fi