Re: Problem with Martin Macok's + Jack Bertram scripts?

Jack Bertram <[email protected]> Fri, 21 Mar 2003 11:01:56 +0000
Newsgroups gmane.mail.ifile.general
Message-ID <[email protected]>
Ok - it might simply be a shell problem - try putting

SHELL = /bin/sh

at the top of your refile.learn.rc

jack

* Brett Nemeroff <[email protected]> [030320 15:44]:
> -----crontab--------
> *       2,6,9,11,13,15,17,19,21,23       *       *       * cd ~/bin;
> ../refile.learn > /dev/null
> --------------------

Why not just:
                *       *       ~/bin/refile.learn > /dev/null

?