git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
feat: a pseudo shell environment for basic interacting and testing purpose
[lunaix-os.git]
/
lunaix-os
/
config-grub.sh
1
#!/usr/bin/bash
2
3
export _OS_NAME=$1
4
5
cat GRUB_TEMPLATE | envsubst > "$2"