gahr 7f331c8ab2 MFC 297678: Enhance uuencode with a -r option to produce raw output.
This matches with uudecode's -r option to decode raw data without initial and
final framing lines.

$ echo Test | uuencode -mr - | uudecode -mr
Test

Approved by:	cognet
2016-04-14 11:45:52 +00:00
..