bash-stuff/lib-systemd-system-sleep/grub-vs

8 lines
78 B
Bash
Executable File

#!/bin/sh
case $1 in
pre)
/usr/local/sbin/boot-verify-sign
;;
esac