Add procedures

This commit is contained in:
flyingscorpio@arch-desktop 2021-01-01 19:22:33 +01:00
parent 94a3df9286
commit 3fcee5097a
11 changed files with 8 additions and 1 deletions

View file

@ -16,7 +16,7 @@
<a href="/tunuifranken_public.key">GPG</a> <a href="/tunuifranken_public.key">GPG</a>
</header> </header>
<section> <section>
<p>En cours d'élaboration...</p> <p><a href="procedures-tssr">Procédures TSSR</a></p>
</section> </section>
<footer> <footer>
<p> <p>

Binary file not shown.

Binary file not shown.

Binary file not shown.

7
pull_procedures.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
for folder in ~/tssr/procedures/*; do
if [ -d "$folder" ]; then
cp "$folder"/procedure*.pdf ./procedures-tssr
fi
done