X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=bin%2Fviewruncmd.scala;h=a86447906dceba57b49b558d931b3c7eb4e378dd;hp=2c96f56ec455863f164fe6865f8198d9b9523da6;hb=7fac438c77bb0e3749bababc0cc89a1366893444;hpb=89cb3482de1fefc2d8e5f67e1e04a0790e8cd243 diff --git a/bin/viewruncmd.scala b/bin/viewruncmd.scala index 2c96f56..a864479 100755 --- a/bin/viewruncmd.scala +++ b/bin/viewruncmd.scala @@ -26,7 +26,7 @@ import collection.JavaConversions._ System.out.println("----") val workspace = HeadlessWorkspace.newInstance workspace.silent = true -workspace.openFromSource(url2String("file:resources/empty55.nlogo")) +workspace.openFromSource(url2String("file:resources/clnl/empty55.nlogo")) val commands = io.Source.stdin.getLines.mkString("\n")