mirror of
https://github.com/solaeus/nucleo.git
synced 2024-11-10 01:27:10 +00:00
4 lines
74 B
Bash
Executable File
4 lines
74 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cargo +nightly fuzz "${1}" fuzz_target_1 "${@:2:99}"
|