Files
eden/tools/cpm/format.sh
T

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

10 lines
248 B
Bash
Raw Normal View History

#!/bin/sh -e
2026-06-26 02:22:04 +02:00
# SPDX-FileCopyrightText: Copyright 2026 crueter
2025-12-31 17:16:46 +01:00
# SPDX-License-Identifier: LGPL-3.0-or-later
2026-06-26 02:22:04 +02:00
jq --indent 4 -S <cpmfile.json >cpmfile.json.new
mv cpmfile.json.new cpmfile.json
# TODO: Run some sanity checks e.g. patches exist, etc.