screenshot 206 B

1234567
  1. #!/bin/sh
  2. # script to make a screenshot of the full screen area
  3. [ ! -d "$HOME/pix/screenshots" ] && mkdir-p "$HOME/pix/screenshots"
  4. import -windows root "pix/screenshots/$(date +"%F--%H-%M-%S--%N").jpg"