/bash-script-template

A fully featured bash script template.

Primary LanguageShellMIT LicenseMIT

DevelopersToolbox logo
Github Build Status License Created
Release Released Commits since release

Overview

A simple bash script template with all the basic functionality you could need to get a new project off the ground.

Key features

  • Strict mode (Optional)
  • Root user detection (Optional)
  • Prerequisite checker
  • cli processing
  • Wrapper functions
  • Colour handling (optional)
  • Rollback handling (Deterministic)