git: world - Add covid(1) utility and port manual page from netbsd
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Jul 4 12:01:53 PDT 2021
commit 1975d09eeb449df1192c97c0419380768b658a20
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Jul 4 11:58:21 2021 -0700
world - Add covid(1) utility and port manual page from netbsd
* Move from section (4) to section (1) and include a utility which
dumps one of the genome sequences. Just to put an exclamation
mark on the amount of damage such an absurdly short genetic sequence
can wreak on the world
Summary of changes:
usr.bin/Makefile | 1 +
usr.bin/covid/Makefile | 9 +
usr.bin/covid/covid.1 | 157 +++++++++++++++
usr.bin/covid/covid.c | 515 +++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 682 insertions(+)
create mode 100644 usr.bin/covid/Makefile
create mode 100644 usr.bin/covid/covid.1
create mode 100644 usr.bin/covid/covid.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1975d09eeb449df1192c97c0419380768b658a20
--
DragonFly BSD source repository
More information about the Commits
mailing list