#! /usr/bin/env bash # script to install the extra needed tools programmatically # add command line flags and function to govern install? MAMBAFORGE_RELEASE="https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh" MAMBAFORGE_INSTALLER="Mambaforge-Linux-x86_64.sh" help() { cat <