mirror of https://github.com/MISP/misp-training
chg: [build] fix table generation
parent
e18c833f3d
commit
9177b149d3
1
build.sh
1
build.sh
|
@ -54,6 +54,7 @@ exiftool -overwrite_original_in_place -Title="MISP Training and Slide Decks" -Au
|
|||
rm table.md
|
||||
|
||||
echo "| Slides (PDF) | Source Code |">>table.md
|
||||
echo "| ------------ | ----------- |">>table.md
|
||||
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
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue