diff options
author | C. McEnroe | 2020-02-11 02:44:04 -0500 |
---|---|---|
committer | C. McEnroe | 2020-02-11 02:45:39 -0500 |
commit | 15ff2a470eb4eb291d3a7271c08b130839828720 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /man.sh | |
parent | 34ef6ee5a76cac3408fd03a14c3d97ffdc0b7305 (diff) |
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 |