gen_sh_tool

gen_sh_tool is shell tool for generating shell tool.

Developed in bash code: 100%.

GitHub shell checker

The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have and any other information that should be provided before the tool is installed.

GitHub issues Documentation Status GitHub contributors

Installation

Debian Linux OS

Navigate to release page download and extract release archive.

To install gen_sh_tool type the following

tar xvzf gen_sh_tool-x.y.tar.gz
cd gen_sh_tool-x.y
cp -R ~/sh_tool/bin/   /root/scripts/gen_sh_tool/ver.x.y/
cp -R ~/sh_tool/conf/  /root/scripts/gen_sh_tool/ver.x.y/
cp -R ~/sh_tool/log/   /root/scripts/gen_sh_tool/ver.x.y/

Or You can use Docker to create image/container.

Dependencies

gen_sh_tool requires next modules and libraries

Shell tool structure

gen_sh_tool is based on MOP.

Shell tool structure

sh_tool/
├── bin/
│   ├── center.sh
│   ├── display_logo.sh
│   └── gen_sh_tool.sh
├── conf/
│   ├── gen_sh_tool.cfg
│   ├── gen_sh_tool.logo
│   ├── gen_sh_tool_util.cfg
│   └── template/
│       ├── basic_config.template
│       ├── cfg_editorconfig.template
│       ├── log_editorconfig.template
│       ├── sh_editorconfig.template
│       ├── tool.template
│       └── util_config.template
└── log/
    └── gen_sh_tool.log

Indices and tables