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