download_gsl.sh 213 B

12345678
  1. #!/bin/bash
  2. GSL_VERSION=3.1.0
  3. curl -L "https://github.com/microsoft/GSL/archive/refs/tags/v${GSL_VERSION}.tar.gz" > gsl.tar.gz
  4. mkdir -p include
  5. tar --strip-components=1 --wildcards -xvf gsl.tar.gz '*/include/'