mirror of https://github.com/google/oss-fuzz.git
9 lines
64 B
Bash
9 lines
64 B
Bash
|
#!/bin/bash -ex
|
||
|
|
||
|
echo $pwd
|
||
|
|
||
|
ls -alR
|
||
|
|
||
|
./buildconf.sh
|
||
|
./configure
|