diff --git a/shtpl/README.md b/shtpl/README.md new file mode 100644 index 0000000..dd0efb2 --- /dev/null +++ b/shtpl/README.md @@ -0,0 +1,13 @@ +# shtpl +#### sh templating + +## Install + +Put the `shtpl` script somewhere meant for executable scripts like `~/bin/shtpl`. +Make it executable: `chmod +x shtpl`. + +## Usage + +Create a template file to be executed with shtpl: + +`nano someTpl.shtpl`