Skip to content

Latest commit

 

History

History

0x04-loops_conditions_and_parsing

0x04

This project is about Loops, conditions and parsing in shell script

More Info

SHELLCHECK

Shellcheck is a tool that will help you write proper Bash scripts. It will make recommendations on your syntax and semantics and provide advice on edge cases that you might not have thought about. Shellcheck is your friend!

NOTE: All the Bash scripts pass Shellcheck without any error