1 2 3 4 5 6 7
#! /bin/sh if [ -n "$3" ]; then exec /usr/bin/sbctl sign "$3" fi echo "Only UKI files can be signed by sbctl."