new: 将可执行文件移动到bin目录下

This commit is contained in:
longjin
2022-11-02 15:54:04 +08:00
parent 31b7b49d8c
commit c811947dd0
3 changed files with 7 additions and 7 deletions

View File

@ -494,7 +494,7 @@ int shell_cmd_about(int argc, char **argv)
unsigned char input_buffer[INPUT_BUFFER_SIZE] = {0};
strcpy(input_buffer, "exec /about.elf\0");
strcpy(input_buffer, "exec /bin/about.elf\0");
parse_command(input_buffer, &aac, &aav);