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