diff --git a/pages/common/pbmlife.md b/pages/common/pbmlife.md new file mode 100644 index 0000000000..c0ad1847db --- /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`