mirror of
https://github.com/SkimrMe/funky_tv
synced 2026-01-29 19:15:23 +00:00
13 lines
111 B
Bash
13 lines
111 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
cat <<EOF
|
|
function linuxefi {
|
|
linux "\$@"
|
|
}
|
|
|
|
function initrdefi {
|
|
initrd "\$@"
|
|
}
|
|
EOF
|