'Get all files from gitlab snippets using curl
Is there a way to get all files embedded in gitlab snippets using curl command?
Using the following command I only get the first file.
curl -O "https://gitlab.com/-/snippets/2264390/raw"
Since the snippet gathers 3 files I would like to download them all.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
