about summary refs log tree commit diff
path: root/man.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-11 02:44:04 -0500
committerJune McEnroe <june@causal.agency>2020-02-11 02:45:39 -0500
commit15ff2a470eb4eb291d3a7271c08b130839828720 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /man.sh
parentAdds insecure flag to skip certificate validation (diff)
downloadcatgirl-15ff2a470eb4eb291d3a7271c08b130839828720.tar.gz
catgirl-15ff2a470eb4eb291d3a7271c08b130839828720.zip
Remove legacy code
Diffstat (limited to 'man.sh')
-rw-r--r--man.sh2
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
2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe