This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "Available EFI Partitions:" | |
diskutil list | awk '/EFI/ {print NR-1, "->", $NF, $0}' # Assigns a number to each EFI partition | |
# Get user selection | |
echo "\nEnter the number of the EFI partition you want to mount:" | |
read -r SELECTION | |
# Get the actual disk identifier |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
./vendor | |
./vendor/media | |
./vendor/media/PFFprec_600.emd | |
./vendor/media/LMspeed_508.emd | |
./vendor/firmware | |
./vendor/firmware/bcm43454_V0154.0262.hcd | |
./vendor/firmware/sec_s3fwrn7_firmware.bin | |
./vendor/firmware/es305_fw.bin | |
./vendor/firmware/es305_fw_bypass.bin |