https://github.com/stanislawbartkowski/bashcommon
https://github.com/stanislawbartkowski/bashcommon
bash db2 oracle postgres
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stanislawbartkowski/bashcommon
- Owner: stanislawbartkowski
- License: apache-2.0
- Created: 2021-05-07T21:08:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T22:14:16.000Z (over 2 years ago)
- Last Synced: 2023-10-24T23:23:32.270Z (over 2 years ago)
- Topics: bash, db2, oracle, postgres
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```