summaryrefslogtreecommitdiff
path: root/tests/fuzz/download_fuzzer.sh
blob: b19fbb7ba1cd259e97108ad3e9cb04d75b483b91 (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 --depth=1 https://github.com/curl/curl-fuzzer "$1"