/bash-framework

My own basic framework to create cool bash scripts

Primary LanguageAssemblyGNU General Public License v3.0GPL-3.0

Bash framework

This repository contains some tools to ease create new scripts with bash.

Folders

  • inc: Contains all include files for bash scripts.
  • templates: Contains templates to create new scripts based on includes.
  • samples: Contains different samples to create interesting scripts.

Includes

  • print: Functions to print with colors in 8/16 color terminals.
  • user_input: Functions to get data from a user.

Samples

  • formatting: Samples to format terminal output.

Templates

  • script: Base template.

References