#!/bin/sh exec tail -n +3 $0 # This file is an example on how to add custom entries # # WINDOWS EOF menuentry "Windows" { set root=(hd0,1) chainloader +1 } EOF