test-econ-model/scripts/setup-include.sh

8 lines
256 B
Bash
Raw Normal View History

2022-11-30 20:16:21 -08:00
#!/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