This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
### ============================================================================== | |
### SO HOW DO YOU PROCEED WITH YOUR SCRIPT? | |
### 1. define the options/parameters and defaults you need in list_options() | |
### 2. define dependencies on other programs/scripts in list_dependencies() | |
### 3. implement the different actions in main() with helper functions | |
### 4. implement helper functions you defined in previous step | |
### ============================================================================== | |
### Created by vs ( vs ) on 2021-05-03 |