3 # allow env to override nvram
5 if [ -x /usr
/sbin
/nvram
]; then
7 get
) eval "echo \${$2:-\$(/usr/sbin/nvram get $2)}";;
8 *) /usr
/sbin
/nvram $
*;;
12 get
) eval "echo \${$2:-\${DEFAULT_$2}}";;
This page took 0.043929 seconds and 5 git commands to generate.