#!/bin/bash if [ ! -f include/argparse/argparse.hpp ]; then mkdir -p include/argparse curl https://raw.githubusercontent.com/p-ranav/argparse/997da9255618311d1fcb0135ce86022729d1f1cb/include/argparse/argparse.hpp \ -o include/argparse/argparse.hpp fi