X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=blobdiff_plain;f=life%2F006%2Flife;fp=life%2F006%2Flife;h=718b279d5b008112d5cd8edb7bb2d0b2ca3fa373;hp=0000000000000000000000000000000000000000;hb=e16b8b54be348430aef022ac39696df272100cd7;hpb=3dade747beb29d8a3f8dfb14c4afe54efc06d2ae diff --git a/life/006/life b/life/006/life new file mode 100755 index 0000000..718b279 --- /dev/null +++ b/life/006/life @@ -0,0 +1,6 @@ +#! /bin/sh + +HEIGHT=`stty size | awk '{print $1}'` +WIDTH=`stty size | awk '{print $2}'` + +node life.js $HEIGHT $WIDTH