From 5e61585d76ae77fd5e9e96ebabb57afa4d74880d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 14:06:34 +0200 Subject: Adding upstream version 3.5.24. Signed-off-by: Daniel Baumann --- mantools/mandouble | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mantools/mandouble (limited to 'mantools/mandouble') 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 -- cgit v1.2.3