#! /bin/sh
exec tail -n +3 $0
# created for bootcycle detection
menuentry 'halt' {
	halt
}
