7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
|
|
#!/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
|