| So I have arc installed at /usr/local/arc, so that's on my path so I can just do: $ arc.sh /tmp/main.arc
Note I have to put in the full path to the arc file here otherwise if I just pass "main.arc" it will attempt to load from the directory where arc.sh is. I'm sure you all already know that.Question is if I want to have two .arc files in /tmp say main.arc and helpers.arc, well do I need to do (load "/tmp/helpers.arc")
? Is there some way to 1) not put all my files in the same directory as the arc install and 2) load files with relative paths? |