Add files via upload

This commit is contained in:
SkimrMe
2024-08-29 21:47:24 +08:00
committed by GitHub
parent 5b5d912866
commit f1a15bf780
39 changed files with 2590 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/sh
set -e
cat <<EOF
function linuxefi {
linux "\$@"
}
function initrdefi {
initrd "\$@"
}
EOF