shtpl: added README

This commit is contained in:
dig 2018-10-09 17:08:34 +02:00
parent dc8c8ad94e
commit 2798853cf6
1 changed files with 13 additions and 0 deletions

13
shtpl/README.md Normal file
View File

@ -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`