This repo contains example files for Using Bash for DevOps, a blog post on Expedia Group Technology. The blog post contains full instructions for using the scripts.
Clone the repo.
git clone https://github.com/techabstraction/bash-for-devops.gitChange into the project directory.
cd bash-for-devopsTo reset the files and start again, source the reset script as shown below, then type y at the confirmation dialogue.
source 0-reset-tutorial.shNote, you must use source to run the reset script above to ensure the file_name variable is unset. The other scripts in the repo should not be run using source.