PDA

View Full Version : Sending the log of a Bash script



Paqman
August 19th, 2010, 02:21 PM
What's the simplest way to get my Bash script to send the log to me when a user runs it? I've got a script that installs packages on top of the minimal ISO, and i'd like to give users the option of sending me the list of packages they've installed.

Bear in mind these will often be very minimal systems that haven't had email or anything set up yet. I've had a quick look at some http methods, but need a bit of a prod in the right direction.

Ideas?

Paqman
August 22nd, 2010, 09:10 AM
Bump!