diff options
Diffstat (limited to 'development/pp/README')
-rw-r--r-- | development/pp/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/pp/README b/development/pp/README new file mode 100644 index 000000000000..017f59bbcdb0 --- /dev/null +++ b/development/pp/README @@ -0,0 +1,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. |