scripted-diff: replace ⛰ emoji with $ [skip ci]

-BEGIN VERIFY SCRIPT-
sed -i 's/⛰/$/g' $(git grep -l '⛰')
-END VERIFY SCRIPT-
This commit is contained in:
habibitcoin
2022-10-28 12:06:35 -04:00
parent e7f4b183ae
commit 0b1e881d18
36 changed files with 239 additions and 239 deletions

View File

@@ -7,14 +7,14 @@ This section will cover setup and installation of the fuzzing binaries.
* The following is a command to build all fuzzing harnesses:
```shell
make fuzz-build
$ make fuzz-build
```
* This may take a while since this will create zip files associated with each fuzzing target.
* The following is a command to run all fuzzing harnesses for 30 seconds:
```shell
make fuzz-run
$ make fuzz-run
```
`go-fuzz` will print out log lines every couple of seconds. Example output: