Added a remote shell shortcut script.
[cellular-automata.git] / 001 / bin / life
index cb64898..63d5437 100755 (executable)
@@ -6,6 +6,7 @@ X=`stty size | awk '{print $2}'`
 
 
 erl \
+    -name life_001@localhost \
     -noshell \
     -pa ebin \
     -life x $X y $Y \
This page took 0.026841 seconds and 4 git commands to generate.