RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Variables
main_alias.c File Reference

ALIAS Shell Command Implmentation. More...

#include <stdio.h>
#include <rtems.h>
#include <rtems/shell.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_ALIAS_Command
 

Detailed Description

ALIAS Shell Command Implmentation.

Variable Documentation

◆ rtems_shell_ALIAS_Command

rtems_shell_cmd_t rtems_shell_ALIAS_Command
Initial value:
= {
.name = "alias",
.usage = "alias old new",
.topic = "misc",
.command = rtems_shell_rtems_main_alias,
.mode = S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH
}