Implemented 'cd' and 'ls' commands using Windows APIs.

This commit is contained in:
Jakob Friedl
2025-07-07 21:30:05 +02:00
parent 6a92a19b9e
commit ba7c8b6841
12 changed files with 290 additions and 21 deletions

View File

@@ -1,3 +1,3 @@
import ./[shell, sleep, pwd]
import ./[shell, sleep, pwd, cd, ls]
export shell, sleep, pwd
export shell, sleep, pwd, cd, ls