blob: 017f59bbcdb0b627c605a182373c21f3943e0971 (
plain)
1
2
3
4
5
6
7
8
|
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.
|