Cal-CS-61A-Staff / 61a-code

Web-based IDE for Python, Scheme, and SQL intended for students taking CS 61A.
MIT License
7 stars 9 forks source link

Finish up the console #12

Open rahularya50 opened 5 years ago

rahularya50 commented 5 years ago

Lower priority, but it would be nice if the console were more fully featured (pwd, mv, etc)

jathak commented 5 years ago

This would be even lower priority, but it would be cool if the console could support some basic Unix shell features (simple control flow like && and ||, pipes for stdin/stdout, aliases, etc).