audk/ShellPkg/Application/ShellCTestApp
Liming Gao ba0014b9f8 ShellPkg: Clean up source files
1. Do not use tab characters
2. No trailing white space in one line
3. All files must end with CRLF

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
2018-06-28 11:19:51 +08:00
..
README.txt ShellPkg: Clean up source files 2018-06-28 11:19:51 +08:00
ShellCTestApp.c ShellPkg: Add a simple case to test shell parameter parsing logic 2015-09-29 06:35:33 +00:00
ShellCTestApp.inf ShellPkg: Clean up source files 2018-06-28 11:19:51 +08:00
TestArgv.log ShellPkg: Add a simple case to test shell parameter parsing logic 2015-09-29 06:35:33 +00:00
TestArgv.nsh ShellPkg: Add a simple case to test shell parameter parsing logic 2015-09-29 06:35:33 +00:00

README.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

TestArgv.nsh is a very simple shell script to test how the interpreter parses
the parameters. It uses ShellCTestApp.efi to dump the parameters passed from the
intepreter.

TestArgv.log is the desired output created using "TestArgv.nsh > TestArgv.log".