Arc Forumnew | comments | leaders | submitlogin
1 point by lark 4463 days ago | link | parent

I do.

How can I download what that URL shows without lots of mouse-clicks?

The following brings down something that's different than what the URL shows:

  git clone https://github.com/nex3/arc.git


2 points by akkartik 4463 days ago | link

Once you've cloned it:

  git checkout arc2.master

-----

1 point by lark 4463 days ago | link

Thanks.

That version of Arc doesn't work.

  $ ./arc.sh 
  Compiling arc.arc...
  call-with-input-file: cannot open input file: "/home/dark/nex3/arc/bell-style" (No such file or directory; errno=2)
  >

-----