vgonisanz / bash-framework

My own basic framework to create cool bash scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My own basic framework to create cool bash scripts

License:GNU General Public License v3.0


Languages

Language:Assembly 68.2%Language:PHP 17.7%Language:Shell 14.0%