Shell Usage

Simple file sending

This sends two files to [email protected]. The process will return immediately and send in the background:

    sendl -f y_u_no.jpg -f otherfile.txt -t email:[email protected]

More sending options

Send in the foreground returning when finished:

    sendl -f y_u_no.jpg -t email:[email protected] --foreground

Sending STDIN (works with sending named files too):

    somecommand | sendl -f y_u_no.jpg -t email:[email protected]