Setting process limit to no more than necessary.
[cellular-automata.git] / 003 / bin / life
index 27371bd..fb2b7f0 100755 (executable)
@@ -6,7 +6,6 @@ X=`stty size | awk '{print $2}'`
 
 
 erl \
-    -name life_003@localhost \
     -noshell \
     -pa ebin \
     -s life bang $X $Y
This page took 0.028355 seconds and 4 git commands to generate.