2015
04.30

Sometimes you just want to send an email with a (binary) attachment, this is how you do that:

apt-get install sharutils
uuencode < input-attachment.bin output-attachment.bin | mail foo@bar

References:

No Comment.

Add Your Comment