Collection of useful bash scripts for Linux
- script.sh : Starter file for Shell script
- hello-world.sh: print Hello World output
- check-dir-path.sh : Check if directory is present or not
- convert-upper-case.sh : Convert file contents to upper case
- convert-lower-case.sh : Convert file contents to lower case
- check-certs.sh : certificate expiration checker script for certificates stored in a Java keystore
- env_detect.sh : Dynamically Set Environment Variables in Bash Based on Hostname
- api-test-curl.sh : API testing script using curl
- api-test-curl-with-auth.sh : API testing script using curl with basic authentication
- logging-scripts.sh : bash shell script that logs messages with a timestamp and a severity level (like INFO, ERROR, or WARNING) to a log file script.log