This commit is contained in:
nobohan
2022-03-11 14:44:33 +01:00
parent 04669c3736
commit 510cb80a56
3 changed files with 85 additions and 15 deletions

View File

@@ -21,13 +21,14 @@ fi
if [ $kind = 'user' ]; then
export files="
$kind/person.md
$kind/parcours.md
"
elif [ $kind = 'admin' ]; then
export files="
$kind/generation-documents.md
"
else
else
echo "kind '$kind' is not valid";
exit 1;
fi