Implement vanilla GoL in TypeScript
[cellular-automata.git] / life / 006 / life
CommitLineData
e16b8b54
SK
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.015555 seconds and 4 git commands to generate.