An open API service indexing awesome lists of open source software.

https://github.com/stanislawbartkowski/bashcommon


https://github.com/stanislawbartkowski/bashcommon

bash db2 oracle postgres

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# bashcommon

That's a simple library of very common bash procedures which can be embedded.

Configuration.

It requires as a minimum setting LOGFILE environment variable with path to log file. After LOGFILE is set, execute *touchlogfile*

Usage example:
```bash

LOGFILE=/tmp/log/mylog.txt

source ./commonproc.sh

touchlogfile
usetemp
```