TekWizely / bash-tpl

A smart, lightweight shell script templating engine, written in Bash
MIT License
65 stars 4 forks source link

Add pp to similar tools #15

Closed rojenzaman closed 1 year ago

rojenzaman commented 1 year ago

You can add Adrian's tool pp to similar tools section.

description of pp:

pp

a preprocessor

pp allows embedding sh code in files of any type by nesting it inside the #!\n token, where \n is a new line. That means that if you'd like a simple loop or an if inside an HTML file for instance, you could use pp.

https://adi.onl/pp.html

TekWizely commented 1 year ago

Done, thanks for the note !