mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 14:04:19 +02:00
5 lines
136 B
Bash
Executable file
5 lines
136 B
Bash
Executable file
#!/bin/bash
|
|
# Copyright 2023, project-repo and the cagebreak contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
scan-build --status-bugs "$@"
|