Description

This script allows you to

  • Ask the name of the .h you would like create
  • Backup .h if already exist with the name you enter
  • write eaach no static function with ";" in the end of line
  • Auto indent functions in the .h (not really optimized)
  • Generate the 42 header file

Installation

Via curl

bash -c "$(curl -fsSL https://raw.githubusercontent.com/LinkPhoenix/Generate-HEADER-FILE/main/install.sh)"

Via wget

bash -c "$(wget https://raw.githubusercontent.com/LinkPhoenix/Generate-HEADER-FILE/main/install.sh -O -)"