#!/bin/sh sleep 0.1 file=$(scrot -s -e 'echo $f') #gimp "$file" urxvt -geometry 79x1 -e fb "$file" rm "$file"