Moved Life implementations into 'life' directory.
[cellular-automata.git] / life / 001 / bin / life_shell
... / ...
CommitLineData
1#! /bin/sh
2
3
4erl \
5 -sname life_001_shell \
6 -remsh life_001@localhost
This page took 0.019697 seconds and 4 git commands to generate.