Files
eden/tools/shellcheck.sh
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
196 B
Bash
Raw Normal View History

#!/bin/sh -e
2025-10-20 03:43:15 +02:00
# SPDX-FileCopyrightText: Copyright 2025 crueter
# SPDX-License-Identifier: GPL-3.0-or-later
2025-10-20 03:43:15 +02:00
# do NOT use fd in scripts, PLEASE
find tools -name "*.sh" -exec shellcheck -s sh {} \;