summaryrefslogtreecommitdiff
path: root/tests/fuzz/download_fuzzer.sh
blob: adc3ec53df3b3dc96ec49425a63a0fbf4318c6b6 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# If any commands fail, fail the script immediately.
set -ex

# Clone the curl-fuzzer repository to the specified directory.
git clone https://github.com/curl/curl-fuzzer $1