download_fuzzer.sh 199 B

1234567
  1. #!/bin/bash
  2. # If any commands fail, fail the script immediately.
  3. set -ex
  4. # Clone the curl-fuzzer repository to the specified directory.
  5. git clone --depth=1 https://github.com/curl/curl-fuzzer "$1"