From 4c36b99282c56baadd84e4f5d07967e90e1ea23a Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Tue, 28 Dec 2021 16:31:45 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 746050b..939a12b 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,11 @@ So far, this is a project and not a finished product. The current prototype is o 4. Load binary files directly from the RPi to the II 5. Update Apple II firmware in place from image on RPi 6. Supports two drive images at the same time (Note: backward compatible with previous firmware but requires firmware update in order to work with two drives) +7. Supports "RPI" command from BASIC to execute Linux commands from the command prompt or inside BASIC programs: `10 PRINT CHR$(4);"RPI ls -al /"` ## Roadmap 1. Extend BASIC.SYSTEM commands - 1. RPI - Execute a single Linux command + 1. RPI - Execute a single Linux command (DONE) 2. SH - Open a Linux shell 3. WGET - Download and save to file 2. Shell improvements