LDP/LDP/guide/docbook/abs-guide/gen0

21 lines
579 B
Plaintext
Raw Normal View History

2006-12-20 21:11:55 +00:00
# gen0
#
2002-04-01 16:05:47 +00:00
# This is an example "generation 0" start-up file for "life.sh".
# --------------------------------------------------------------
# The "gen0" file is a 10 x 10 grid using a period (.) for live cells,
#+ and an underscore (_) for dead ones. We cannot simply use spaces
2002-06-17 13:17:07 +00:00
#+ for dead cells in this file because of a peculiarity in Bash arrays.
# [Exercise for the reader: explain this.]
2002-04-01 16:05:47 +00:00
#
# Lines beginning with a '#' are comments, and the script ignores them.
__.__..___
2012-04-04 22:51:18 +00:00
__.._.____
2002-04-01 16:05:47 +00:00
____.___..
_._______.
____._____
..__...___
____._____
___...____
__.._..___
_..___..__