dotfiles/etc/initcpio/hooks/bootmsg
2019-09-25 08:43:01 +03:00

5 lines
50 B
Bash

#!/usr/bin/ash
run_hook() {
cat /etc/bootmsg
}