Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Is there any magic to use ZSH in cron scripts ?
- X-seq: zsh-users 674
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: jarausch@xxxxxxxxxxxxxxxxxxx (Helmut Jarausch)
- Subject: Re: Is there any magic to use ZSH in cron scripts ?
- Date: Thu, 6 Feb 1997 12:51:44 +0000 (GMT)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <jarausch-970206115053.A0110439@numa1> from "Helmut Jarausch" at Feb 6, 97 11:50:53 am
Helmut Jarausch wrote:
>any script executed by cron is executed by the Bourne shell (on my machine,
>I don't try to replace /bin/sh by zsh)
>
>Is there any trick to use zsh?
Put your entire cron job in a script that starts "#!/usr/local/bin/zsh"
(or wherever you put it), and then have the actual crontab entry just
exec that script.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author