#!/usr/bin/execlineb -P
foreground { echo Will now reboot }
foreground {
  backtick -in _ {
    /sbin/reboot -d -f -i
  }
}
exit 0
