hilfe mein git ist komisch
This commit is contained in:
9
etc/grub.d/41_custom
Executable file
9
etc/grub.d/41_custom
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user