7 lines
143 B
Bash
Executable File
7 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# No op for now. Will allow us to install further system packages without
|
|
# having to touch the oss-fuzz repo.
|
|
|
|
set -euo pipefail
|