Skip to content

Commit

Permalink
romdisk: add dir command as an alias of ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeal8bit committed Nov 21, 2024
1 parent ff2510f commit b520053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions romdisk/parse.asm
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ system_commands_begin:
NEW_COMMAND("clear", clear_main)
NEW_COMMAND("cp", cp_main)
NEW_COMMAND("date", date_main)
NEW_COMMAND("dir", ls_main)
NEW_COMMAND("echo", echo_main)
NEW_COMMAND("exec", exec_main)
NEW_COMMAND("expr", expr_main)
Expand Down

0 comments on commit b520053

Please sign in to comment.