Search before asking
Motivation
Currently, we wrote Lua scripts as plain text which is NOT easy to read,
we can use embed package to separate them into a singe file.
Solution
Use the single Lua file to maintain those scripts.
Are you willing to submit a PR?