Closed Cyrof closed 2 weeks ago
Added in 071919c09e074e9118d8cf6979d93a5b3f1b99c6
To show help menu run:
bash compile.sh -h
Note
The -o
flag is optional. It will take the name of the file and use it to make the output if the -f
flag is called. If -F
flag is called instead, the output file will be the name of the first file the script will read from the folder.
To compile single C file:
bash compile.sh -f <path_to_file>
To compile folder containing C files:
bash compile.sh -F <path_to_folder>
Added best practices and SOP for this repository as well as basic user guide for auto compiler script. This is done in 3794229.
Updated SOP + New Features
Things to add to readme