core: rework templating
Use frep [0] which uses the Go templating capabilities. [0]: https://github.com/subchen/frep
This commit is contained in:
4
base/rootfs/usr/bin/tpl
Executable file
4
base/rootfs/usr/bin/tpl
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
exec frep $1:-
|
||||
|
||||
Reference in New Issue
Block a user