#!/bin/sh # script to make a screenshot from the desired selection [ ! -d "$HOME/pix/screenshots" ] && mkdir -p "$HOME/pix/screenshots" import "pix/screenshots/$(date +"%F--%H-%M-%S--%N").jpg"