mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
6ae6b2a533
- and one in docs/MANUAL as well Closes https://github.com/curl/curl/pull/3038
8 lines
187 B
Bash
Executable File
8 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# 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
|