5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cp ../data/users.db test_data.db
|
|
|
|
go-fuzz -bin=myfuzz-fuzz.zip -workdir=work
|