From 8d4399e74508339208d013f15f2f3f15c986aa6f Mon Sep 17 00:00:00 2001 From: debghs <145260557+debghs@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:42:25 +0530 Subject: [PATCH] pbmlife: add page (#11240) --- pages/common/pbmlife.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/pbmlife.md diff --git a/pages/common/pbmlife.md b/pages/common/pbmlife.md new file mode 100644 index 000000000..c0ad1847d --- /dev/null +++ b/pages/common/pbmlife.md @@ -0,0 +1,12 @@ +# pbmlife + +> Apply Conway's Rules of Life to a PBM image. +> More information: . + +- Apply the Rules of Life to an input PBM image file for one generation and the output the result as a PBM image file: + +`pbmlife {{path/to/file.pbm}}` + +- Display version: + +`pbmlife -version`