#!/bin/sh

if [ -x /usr/sbin/piboot-try ]; then
    exec /usr/sbin/piboot-try --status
fi
