
1 azh7138m 2018-10-08 09:33:09 +08:00 via Android |
2 xinhangliu OP @azh7138m 对,但这个并不是纯 shell scripts 实现的。 |
3 wizardoz 2018-10-08 09:37:56 +08:00 为啥要用 shell 来实现这玩意我好奇怪?把现有的模板引擎支持标准输入输出调用,它就可以在 shell 中使用了啊。 |
4 xinhangliu OP @wizardoz 想用来配置配置文件,所以最好能不引入依赖。 |
5 azh7138m 2018-10-08 09:48:06 +08:00 via Android @xinhangliu 是 shell 实现的啊,我看没有依赖 |
6 congeec 2018-10-08 10:10:06 +08:00 shell 现有的特性足够当模板引擎了 |