mirror of https://github.com/MISP/misp-training
chg: [doc] cleanup
parent
e17e107293
commit
4287980b3e
2
build.sh
2
build.sh
|
@ -55,8 +55,8 @@ rm table.md
|
||||||
|
|
||||||
echo "| Slides (PDF) | Source Code |">>table.md
|
echo "| Slides (PDF) | Source Code |">>table.md
|
||||||
echo "| ------------ | ----------- |">>table.md
|
echo "| ------------ | ----------- |">>table.md
|
||||||
|
|
||||||
for t in ${slidedecks[@]}; do
|
for t in ${slidedecks[@]}; do
|
||||||
echo "| [${t}](https://www.misp-project.org/misp-training/${t}.pdf) | [source](https://github.com/MISP/misp-training/tree/master/${t}) |" >>table.md
|
echo "| [${t}](https://www.misp-project.org/misp-training/${t}.pdf) | [source](https://github.com/MISP/misp-training/tree/master/${t}) |" >>table.md
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue