Files
eden/tools/cpm-fetch-all.sh
T

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

15 lines
355 B
Bash
Raw Normal View History

#!/bin/sh -e
2025-09-21 21:58:59 +02:00
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2025 crueter
# SPDX-License-Identifier: GPL-3.0-or-later
# provided for workflow compat
2025-12-31 17:16:46 +01:00
find tools/ -name '*.sh' -type f -exec chmod +x {} \;
# shellcheck disable=SC2086
2025-12-31 17:16:46 +01:00
tools/cpmutil.sh package fetch -a