Skip to content
Snippets Groups Projects
Commit 497c9d12 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: improve script to get superbuild download list

parent eabe712e
Branches
Tags
No related merge requests found
#/bin/bash
grep "http" ../../SuperBuild/CMake/*.cmake | grep URL | cut -d "\"" -f 2 | sed "s/\/download$//" | sort | uniq
grep -h -E "^[^#]*\"https?://.*(\.tar\.gz|\.tar\.bz2|\.tgz|\.tar\.xz|\.zip|export=download).*\"" ../../SuperBuild/CMake/*.cmake | grep -o -E "https?://[^\"]*" | sed "s/\/download$//" | sort | uniq
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment