hmm so seems like the file name i’m working on has to match the folder name?
so that would mean the command:
processing-java --sketch=/home/rue/sketchbook/sketches/test --run
would have to be changed every time to reflect the new file i’m working on? since the new file name will need its own identical folder name?
is there no way to just have one folder for keeping all the files?
i’m using ./ because i haven’t set the those processing shell scripts as aliases in my .bashrc so globally, the system doesn’t know about these shell scripts (commands) yet. so ./ allows the system to know i’m trying to run this particular script in this folder.