]> git.phdru.name Git - mimedecode.git/commit
Add option -o output_file
authorOleg Broytman <phd@phdru.name>
Thu, 30 Jan 2014 18:30:38 +0000 (22:30 +0400)
committerOleg Broytman <phd@phdru.name>
Thu, 30 Jan 2014 18:55:10 +0000 (22:55 +0400)
commite817999a63e6187e7c1dbf04a05cb83db4be0505
tree5726044fd297061d36ea8c807743052a143bd860
parentdafc33620aac47c26b3997a10aa4bcf72059373a
Add option -o output_file

Useful to set the output file in case of redirected stdin:

   mimedecode.py -o output_file < input_file
   cat input_file | mimedecode.py -o output_file
mimedecode.docbook
mimedecode.py