Skip to content

Instantly share code, notes, and snippets.

View Maleficent-Magik's full-sized avatar
👋
I may be slow to respond.

Magik Maleficent-Magik

👋
I may be slow to respond.
View GitHub Profile
@joevt
joevt / gfxutil.sh
Last active October 9, 2023 16:15
macOS nvram boot variables, device properties, EFI device paths
#!/bin/bash
# joevt Jun 13, 2023
# https://forums.macrumors.com/threads/documentation-on-all-parameters-for-nvram.2239034/post-28518123
gfxutilrepository="/Volumes/Work/Programming/EFIProjects/gfxutil/joevt-gfxutil"
for gfxutilcmd in \
~/Downloads/gfxutil/gfxutil \
~/Downloads/gfxutil \
"$gfxutilrepository/build/Release/gfxutil" \
"$gfxutilrepository/build/Debug/gfxutil" \