#!/bin/bash echo "#### \$objdump -h hello.efi" objdump -h hda-contents/hello.efi echo "########################################################################" echo "#### \$peinfo hello.efi | grep text -A 5" ./peinfo hda-contents/hello.efi | grep text -A 5 echo "########################################################################" echo "#### \$cat debug.log | grep hello -A 5" cat debug.log | grep hello -A 5