Add procedures
This commit is contained in:
parent
94a3df9286
commit
3fcee5097a
11 changed files with 8 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<a href="/tunuifranken_public.key">GPG</a>
|
||||
</header>
|
||||
<section>
|
||||
<p>En cours d'élaboration...</p>
|
||||
<p><a href="procedures-tssr">Procédures TSSR</a></p>
|
||||
</section>
|
||||
<footer>
|
||||
<p>
|
||||
|
|
BIN
procedures-tssr/procedure_bmw_2020-12-23_20:30.pdf
Normal file
BIN
procedures-tssr/procedure_bmw_2020-12-23_20:30.pdf
Normal file
Binary file not shown.
BIN
procedures-tssr/procedure_chose_2020-10-15.pdf
Normal file
BIN
procedures-tssr/procedure_chose_2020-10-15.pdf
Normal file
Binary file not shown.
BIN
procedures-tssr/procedure_franken_ricosse.pdf
Normal file
BIN
procedures-tssr/procedure_franken_ricosse.pdf
Normal file
Binary file not shown.
BIN
procedures-tssr/procedure_glpi_20201019_2020-12-23_20:27.pdf
Normal file
BIN
procedures-tssr/procedure_glpi_20201019_2020-12-23_20:27.pdf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
procedures-tssr/procedure_routage_20201116_2020-12-23_20:29.pdf
Normal file
BIN
procedures-tssr/procedure_routage_20201116_2020-12-23_20:29.pdf
Normal file
Binary file not shown.
Binary file not shown.
7
pull_procedures.sh
Executable file
7
pull_procedures.sh
Executable 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
|
Loading…
Reference in a new issue