]>
Git — Sourcephile - julm/rezine-rfcs.git/blob - scripts/tag.sh
2 # Usage: scripts/tag.sh rfcs/p1
3 # SPDX-FileCopyrightText: 2024 Julien Moutinho (adh14) <julm+rezine@autogeree.net>
4 # SPDX-License-Identifier: AGPL-3.0-or-later
5 # shellcheck disable=SC2086
6 # shellcheck disable=SC2097
7 # shellcheck disable=SC2098
8 # shellcheck disable=SC2317
11 export rfcDir
=$1; shift
12 test $# -le 0 || declare "$@"