Introduction
Explore the fundamentals of task automation by creating reusable workflows with make and bash scripts. This lesson helps you understand how to combine commands into scripts that execute multiple steps automatically, increasing your efficiency in using the command-line interface.
We'll cover the following...
We'll cover the following...
Overview
Throughout this course, we’ve used various command-line tools to accomplish tasks faster than we could with a GUI. But when we combine those commands with additional logic, we can create reusable workflows. ...