Files
cleonos/ramdisk/shell/init.cmd

12 lines
153 B
Batchfile
Raw Normal View History

2026-04-10 21:16:22 +08:00
# Stage13 shell init script for CLeonOS
# Lines starting with # are comments.
help
stats
ls /
ls /shell
ls /system
cat /README.txt
2026-04-12 19:55:42 +08:00
run /hello.elf
2026-04-10 21:16:22 +08:00
stats