diff options
author | June McEnroe <june@causal.agency> | 2020-02-11 02:44:04 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-11 02:45:39 -0500 |
commit | 15ff2a470eb4eb291d3a7271c08b130839828720 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /man.sh | |
parent | Adds insecure flag to skip certificate validation (diff) | |
download | catgirl-15ff2a470eb4eb291d3a7271c08b130839828720.tar.gz catgirl-15ff2a470eb4eb291d3a7271c08b130839828720.zip |
Remove legacy code
Diffstat (limited to 'man.sh')
-rw-r--r-- | man.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/man.sh b/man.sh deleted file mode 100644 index 9d686f9..0000000 --- a/man.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec mandoc /usr/share/man/man1/catgirl.1 | LESSSECURE=1 less |