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

6 lines
50 B
Text
Raw Normal View History

2019-09-25 05:43:01 +00:00
#!/usr/bin/ash
run_hook() {
cat /etc/bootmsg
}