From 2798853cf6f24ce4045c46483fa98b4426bd50c5 Mon Sep 17 00:00:00 2001 From: dig Date: Tue, 9 Oct 2018 17:08:34 +0200 Subject: [PATCH] shtpl: added README --- shtpl/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 shtpl/README.md 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`