Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
use zsh/sched in a script
- X-seq: zsh-users 14356
- From: Baptiste Daroussin <baptiste.daroussin@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: use zsh/sched in a script
- Date: Wed, 9 Sep 2009 08:22:13 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=tMqu9yZxfQzYsLBC9gcfcruIldhOW1HKt9dch0hOT6I=; b=TU8hIvkOG9vMzsJQwTH8rAeaR8vWMBSXU+3YhatpCgKH+rtMh9mIyR0iT8K9Jcwg1x AtiFsD265w2Nh25OzrFfVKQRdMocFUkNpS5Sm2Q/i0x8DKAMNT7aqk5LjbIWD+K6WVI5 2GESBLkBW9XP1DgC9uCaHfFbflDrHJJvCYyOQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ML4fEIjTfN//Mxjrgl1Pnk9VTS6O6Vtgxa8yHQjxQk3agNMvkZIx7iFPnemCPAR+tr FZ4gt9MhPOn5UDWxgHeNeXMPjtOxIm6/8ClSv8qPekDAW8cjBzEH+Nx9MNON9+Bcy48H +SyRNmJYn9CEo+DcqBGEtErW5Sja1yAzZprP0=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi
I'd like to know if there is a way to use a zsh/sched with in a script
to schedule the call of a function.
I tried
sched +60 foo
where foo is a function of my script but it doesn't do anything, any clue?
regards,
Bapt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author