sourcephile
/
git
/
julm
/
rezine-rfcs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
FunctCompleteness(scripts): handle untagged versions
[julm/rezine-rfcs.git]
/
scripts
/
plain.sh
1
#!/usr/bin/env bash
2
# Usage: scripts/plain.sh rfcs/p1
3
# SPDX-FileCopyrightText: 2024 Julien Moutinho (adh14) <julm+rezine@sourcephile.fr>
4
# SPDX-License-Identifier: AGPL-3.0-or-later
5
set -eu
6
.
"
${0%/*}
"
/
lib.sh
7
set -x
8
9
for
rfcDir
in
"$@"
;
do
10
rfcDirMetadata
11
rfcRevision
12
rfcPlain
-o
"
$rfcDir
"
.txt
13
done