/grub.d/40_custom

http://github.com/brinkman83/bashrc · Shell · 5 lines · 1 code · 0 blank · 4 comment · 0 complexity · babe7de352fe18de5a238569cf4b8a11 MD5 · raw file

  1. #!/bin/sh
  2. exec tail -n +3 $0
  3. # This file provides an easy way to add custom menu entries. Simply type the
  4. # menu entries you want to add after this comment. Be careful not to change
  5. # the 'exec tail' line above.