On 2014-03-30, marst <mario....@videotron.ca> wrote: > I set up a shortcut in my cwm config that goes like this: > bind 4-p "/home/marst/bin/screenshot.sh" > > screenshot.sh goes like this: > > #!/bin/sh > scrot -s '%Y-%m-%d_$wx$h.png' # -e 'mv $f ~/documents/shots' -e 'feh $f'
is scrot in the PATH inherited by this script?