diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-28 11:38:50 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-28 11:38:50 +0300 |
commit | 208b9c0dec67b06c404b500cb976d7d0d9e01795 (patch) | |
tree | a0d7ed285f83f3729d1b56d96d2667f5d05c00c8 /scripts/README.md | |
parent | ca4593c2dcde8ae8a5c48ccf41589e85451f6cf8 (diff) | |
download | UEFI-Lessons-208b9c0dec67b06c404b500cb976d7d0d9e01795.tar.gz UEFI-Lessons-208b9c0dec67b06c404b500cb976d7d0d9e01795.tar.bz2 UEFI-Lessons-208b9c0dec67b06c404b500cb976d7d0d9e01795.zip |
Add createNewShellApp.sh script
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'scripts/README.md')
-rw-r--r-- | scripts/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/README.md b/scripts/README.md index 18ecb7c..41f2461 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -4,6 +4,8 @@ [createNewApp.sh](createNewApp.sh) - create new UEFI_APPLICATION by name +[createNewShellApp.sh](createNewShellApp.sh) - create new UEFI_APPLICATION with shell entry point by name + [createNewDriver.sh](createNewDriver.sh) - create new UEFI_DRIVER by name - Replace GUIDs in log file: |