On Thu, Sep 18, 2014 at 12:46 PM, Alex <
holli...@gmail.com> wrote:
> Hi Everyone,
>
> Does anyone know of code that would have julia send an email or text at a
> certain point in a script. I'm sending some big projects of to a digital
> ocean droplet and I think this would be a nice thing to add so I can stop
> obsessively checking my code all day. Here's the stata code that makes it
> work:
>
> stata -b 'yourdofile.do' && echo "done body" | mail -s "done subject"
> [youremail @ yourhost .com] &
>