diff options
author | June McEnroe <june@causal.agency> | 2018-09-10 19:46:07 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-10 19:46:07 -0400 |
commit | 77d522d0330c8b2cda0fa2d5d44e02aeb9595923 (patch) | |
tree | 6acdab6f9bb8b6ac980f09694a35d450ca2cc9f7 | |
parent | Add /man command (diff) | |
download | catgirl-77d522d0330c8b2cda0fa2d5d44e02aeb9595923.tar.gz catgirl-77d522d0330c8b2cda0fa2d5d44e02aeb9595923.zip |
Set LESSSECURE=1 in man.sh
Ridiculous.
-rw-r--r-- | man.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man.sh b/man.sh index b079c90..494eeda 100644 --- a/man.sh +++ b/man.sh @@ -1,2 +1,2 @@ #!/bin/sh -exec mandoc /usr/share/man/man1/chatte.1 | less +exec mandoc /usr/share/man/man1/chatte.1 | LESSSECURE=1 less |