[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Ring, ring, it's your computer calling. Your process has completed.
- Subject: [ale] Ring, ring, it's your computer calling. Your process has completed.
- From: mbt at naunetcorp.com (Michael B. Trausch)
- Date: Mon, 10 Dec 2012 09:35:45 -0500
- In-reply-to: <CAAjbB_4y89wfOcQGvG=uKE4b6ncX5iJ09P5BJeVY81P=xgH23g@mail.gmail.com>
- References: <CAAjbB_5XbbS+ZhVgmCzFLUGTH=65NSmteZUJwOBLMOSp8q8V5Q@mail.gmail.com> <CAAjbB_4y89wfOcQGvG=uKE4b6ncX5iJ09P5BJeVY81P=xgH23g@mail.gmail.com>
On 12/10/2012 09:15 AM, Richard Bronosky wrote:
> Let's say you put curl command in a script named "callme". You can then go:
> rsync /path server:/path || callme
I do something like this to send me text messages when long-running
tasks are done.
I would love to have something that gets sent to my phone system, which
in turn calls my cell phone to actually tell me that it is done doing
something... don't get me wrong, the phone-call-as-notification idea is
cool, too, but it'd be nice to be able to have your call say something,
even if it were limited to digits or prerecorded snippets. "Job 1212 is
done," for example.
--- Mike