Sign in
cos
/
cos
/
cobble
/
refs/heads/stabilize-atlas-11022.B
/
.
/
grub-lakitu
/
util
/
grub.d
/
41_custom.in
blob: fcc21a987e10e1efbe530c066257b7c67249f533 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/sh
cat
<<
EOF
if
[
-
f \$
{
config_directory
}/
custom
.
cfg
];
then
source \$
{
config_directory
}/
custom
.
cfg
elif
[
-
z
"\${config_directory}"
-
a
-
f \$prefix
/
custom
.
cfg
];
then
source \$prefix
/
custom
.
cfg
;
fi
EOF