mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
11 lines
157 B
Bash
11 lines
157 B
Bash
#!/bin/bash
|
|
|
|
build() {
|
|
add_file /etc/bootmsg && add_runscript
|
|
}
|
|
|
|
help() {
|
|
cat <<HELPEOF
|
|
This hooks allows to output an arbitrary boot message.
|
|
HELPEOF
|
|
}
|