1
0
Fork 0
mirror of https://github.com/tailix/mrubyvisor.git synced 2026-07-11 03:34:53 -04:00

Ruby modules actually do something

This commit is contained in:
Alex Kotov 2022-11-29 00:13:27 +04:00
parent a6b1853851
commit 3345488f47
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
3 changed files with 23 additions and 0 deletions

View file

@ -2,4 +2,5 @@ set timeout=0
menuentry "mrubyvisor" {
multiboot2 /boot/mrubyvisor.multiboot2
module2 /boot/hello.rb
}