This repository has been archived on 2024-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
mkinitcpio-welcomemessage/welcomemessage.hook
2020-04-27 09:49:01 +03:00

6 lines
51 B
Bash

# vim:ft=sh
run_hook() {
cat welcomemessage
}