mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
6 lines
50 B
Text
6 lines
50 B
Text
|
#!/usr/bin/ash
|
||
|
|
||
|
run_hook() {
|
||
|
cat /etc/bootmsg
|
||
|
}
|