diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/chroot-man.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/chroot-man.sh b/scripts/chroot-man.sh new file mode 100644 index 0000000..9d686f9 --- /dev/null +++ b/scripts/chroot-man.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec mandoc /usr/share/man/man1/catgirl.1 | LESSSECURE=1 less |