mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
11 lines
188 B
Bash
Executable File
11 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
cd $REPO_ROOT
|
|
wget https://app.fuzzbuzz.io/releases/cli/latest/linux/fuzzbuzz
|
|
chmod +x fuzzbuzz
|
|
./fuzzbuzz validate
|
|
./fuzzbuzz target test fuzz-unit-file --all
|