1
1
Fork 0
misc-tools/README.md

20 lines
357 B
Markdown

# Misc tools
## Install
- Clone to /opt/srcs/misctool
- Define global ENV $SYS_SRCS pointing to /opt/srcs, use this in wrappers
## Stuff in "snippet" dirs
Stuff could be included in existing configs
## Use of scripts:
Usually place a wrapper sourceing directly the contents of the file.
```
ACONF="Bla"
. /SYS_SRCS/misc-tools/acme/rec-cert.sh $@
```