How can I setup my environment from a cron job?  

I tried:

* * * * * . ~/.bash_profile; env > ~/env.out

but the second command doesn't run.

Currently to workaround I schedule the job from root and do:
su - <username> -c ~/bin/thing

but don't really want to have to schedule stuff as root.

thanks
Jay 

_______________________________________________
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to