├── .github └── workflows │ └── linux_gcc_edk2.yml ├── .gitmodules ├── License.txt └── README.md /.github/workflows/linux_gcc_edk2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbatard/UEFI-Shell/HEAD/.github/workflows/linux_gcc_edk2.yml -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbatard/UEFI-Shell/HEAD/.gitmodules -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbatard/UEFI-Shell/HEAD/License.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pbatard/UEFI-Shell/HEAD/README.md --------------------------------------------------------------------------------