WIP Grid (and maybe Board) class
[cellular-automata.git] / life / 006 / life
... / ...
CommitLineData
1#! /bin/sh
2
3HEIGHT=`stty size | awk '{print $1}'`
4WIDTH=`stty size | awk '{print $2}'`
5
6node life.js $HEIGHT $WIDTH
This page took 0.020197 seconds and 4 git commands to generate.