diff options
Diffstat (limited to 'mantools/mandouble')
-rw-r--r-- | mantools/mandouble | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mantools/mandouble b/mantools/mandouble new file mode 100644 index 0000000..ffb287e --- /dev/null +++ b/mantools/mandouble @@ -0,0 +1,7 @@ +#!/bin/sh + +for file +do + echo ==== $file ==== + deroff $file | double +done |