Merge ls, pwd and cd into a single 'filesystem' file

This commit is contained in:
Jakob Friedl
2025-07-08 20:36:43 +02:00
parent 061f198461
commit 92da6f1288
9 changed files with 116 additions and 121 deletions

View File

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