Skip to content

hrshbh/edk2ShellUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

edk2ShellUtils

Shell Utilities for the EDK2 Shell

Getting Started

Prerequisites

Get the source code of EDK2 from Tianocore's Github repository.

git clone https://github.com/tianocore/edk2.git

Installing

Place the files in this repository to the respective file locations in the cloned repository in the above stop. Add necessary modifications to include the newly added files and compile. Very straightforward.

Utilities

Utility Description Example
head Prints x lines from the beginning of the file.x is passed through the -n option. Default: x=10 head -n 5 file.txt

Authors

  • Hrishabh Rajput - Modifications - hrshbh

License

This project is licensed under the BSD-2-Clause-Patent - see the LICENSE.txt file for details

About

Shell Utilities for the EDK2 Shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages