NOTICE: I am unlikely to make any more updates to this project unless I can find the original SB2 files I was using for backups, for use in the Scratch 2 Offline Editor. Oh look, an OS with basic login and account-creation functionality! Beta 0.31 - the logout update +Added logout command +Added logout description to help Beta 0.3 - the helpful update +Added content to help +Added exit code 998 +Improved crash handler +Crash log +Limited access to dev-only apps +Speaking of dev-only apps, added showcrash to show crash log -Removed a glitch where the error handler would randomly spit out exit code 1. -Unfortunately, this entire update made it complicated to add more exit codes. Beta 0.2 - the login update +Added update log +Added stuff that happens after login +Added error codes =Cleaned up some code in the account handler Beta 0.1 - the creation update +Project created +Logging in and creating accounts added, yay!
Non-zero exit codes definition (you will know what it's for if you need this. Also, if you use Unix/Linux terminal applications often, chances are that you know what this is) 1 - Problem with crash handler 2 - Invalid command entered at function askCommand. 3 - Non-dev requested access to a dev-only command. (shouldn't have done that) 998 - Command temporarily removed due to broken-ness. 999 - Command recognized, but not implemented.