mirror of
https://github.com/solaeus/nucleo.git
synced 2024-11-09 09:07:11 +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}"
|