mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
e42b88561a
There is a new command in the shell ('mv' - move/rename files). Also, the shell code was refactored into its own directory (src/shell). The 'help' command in the shell was updated and supports 'help <command>'. There is a new BUILD_ADVANCED_SHELL build time macro that enables the advanced shell features (currently 'cp' with recursion (and other improvements), 'mv' and 'rm').