dotfiles/system/files/etc/initcpio/hooks/bootmsg

6 lines
50 B
Bash

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