@ -193,7 +193,7 @@ static void do_mufs_write(struct console *con, const char **argv, size_t argc)
while ((ret = console_read(con, data, sizeof data)) > 0) {
mufs_write(file, data, ret);
fprintf(con->fp, "> ");
fprintf(con->fp, "\n> ");
}
mufs_close(file);