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

8 lines
78 B
Plaintext
Raw Permalink Normal View History

2024-05-31 23:28:25 +01:00
#!/bin/sh
case $1 in
pre)
/usr/local/sbin/boot-verify-sign
;;
esac