http://www.opbyte.it/cbmsh/
But this thread will continue to be the main discussion resource.
*** Original post: ***
I was looking for a unix-like shell (or of any kind) for the vic but couldn't find any.
So I thought I could make one, but I've got too many unanswered questions in my mind.
Thus I'm asking you guys for advices.
1) First of all, is it a good idea to have a unix-like shell on a vic. I say: why not!
2) If I was to make one from scratch or compile an existing one. Pretty complex topic, see the next points. I need your points of view on this, nevertheless.
3) If a new one it would need to, at least, support basic commands like ls, cp, rm, cd etc. Which language? C65, asm? My bet is some sort of C because I know the language well and it is more portable.
4) Compiling an existing one might be even more difficult than making a new one, unless I can find a shell written in C which has very little dependencies. For example, I believe most shells depend on gnu readline, so I would need to compile that first. The dream would be to have busybox for cbm

5) Is anyone interested in making a community project out of this? I do not have much time to dedicate, and if I was to do it myself alone, it would take ages. Maybe a git or svn on sourceforge would be the best way to work on it.
Now don't tell me there is one already and I'm a very bad googler hahaha!
