mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
cd /tmp
|
|
git clone --depth 1 https://github.com/ethereum/solidity-fuzzing-corpus.git
|