Turn native commands into binaries #114

Closed
opened 2020-03-20 16:15:28 +01:00 by FWDekker · 0 comments
Owner

The "native" commands such as cd and ls should be changed to "binaries" (regular Javascript) which invoke some code. These binaries are stored in /bin, and removing them will mean that that command can no longer be executed.

These commands have access to the current environment and so on using an API.

The "native" commands such as `cd` and `ls` should be changed to "binaries" (regular Javascript) which invoke some code. These binaries are stored in `/bin`, and removing them will mean that that command can no longer be executed. These commands have access to the current environment and so on using an API.
FWDekker added the
feature
label 2020-03-20 16:15:28 +01:00
FWDekker self-assigned this 2020-03-20 16:15:28 +01:00
FWDekker added this to the v1.0.0 milestone 2020-03-22 15:06:50 +01:00
Sign in to join this conversation.
No description provided.