forked from nihonium/linux-auth
7 lines
112 B
Bash
Executable file
7 lines
112 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cp ../data/users.db test_data.db
|
|
|
|
export PATH=$PATH:$(go env GOPATH)/bin
|
|
|
|
golang-fuzz -gofuzz -run
|