Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 757 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 757 Bytes

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