RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions | Variables
shell_script.c File Reference
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <inttypes.h>
#include <sys/types.h>
#include <limits.h>
#include <getopt.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/stringto.h>
#include "internal.h"
Include dependency graph for shell_script.c:

Macros

#define __need_getopt_newlib
 
#define FIRST_LINE_LENGTH   128
 
#define SCRIPT_ARGV_LIMIT   32
 

Functions

int rtems_shell_script_file (int argc, char *argv[])
 

Variables

rtems_shell_cmd_t rtems_shell_JOEL_Command
 

Variable Documentation

◆ rtems_shell_JOEL_Command

rtems_shell_cmd_t rtems_shell_JOEL_Command
Initial value:
= {
"joel",
"joel [args] SCRIPT",
"misc",
rtems_shell_main_joel,
NULL,
NULL
}