Skip to content

Multiple types of bash scripts, including awk-sed-whiptail-menus etc. for various projects.

Notifications You must be signed in to change notification settings

edb616321/bash-awk-sed-scripts-and-menus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation


BASH-SCRIPTS-MENUS

All types of scripts for different purposes.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License

About The Project

This repository will include a variety of bash scripts.

  • Menu based scripts to improve work flow and support.
  • System scripts for gathering instance data.
  • Project scripts specific to project tasks.
  • General scripts and templates.
  • Terraform and Ansible scripting.

The main technology 'stack' will be Bash-awk-whiptail. Interactive, menu based scripts can be useful when there are a lot of projects with varying degrees of complexity.

Menu based scripts can also support junior and intermediate level linux admins when implementing complex tasks, e.g. on-premise TLS server certification creation.

(back to top)

Built With

Here is a brief list of technologies used.

(back to top)

Getting Started

Please feel free to contact me with any ideas or sample scripts that you wish to contribute. Please keep the technologies confined to the existing stack.

Prerequisites

ALL of these examples are based on Linux. The Centos and Ubuntu distributions are preferred.

Installation

Below are some basic installation instructions incase whiptail is not installed by default.

  • Update apt database and install whiptail with apt-get using the following commands. (Debian)
sudo apt-get update 
sudo apt-get -y install whiptail
  • install whiptail with for Centos using the following command.

sudo dnf install newt

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

About

Multiple types of bash scripts, including awk-sed-whiptail-menus etc. for various projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages