Skip to content
Snippets Groups Projects
Commit ca90fc68 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Adding a script to get the list of downloads for superbuild

parent 265770f2
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment