forked from d0c/autodifesa-digitale-parte-1
8 lines
110 B
Bash
Executable file
8 lines
110 B
Bash
Executable file
!#/bin/bash
|
|
|
|
for i in `cat $1`; do
|
|
echo "<section data-markdown>
|
|
##
|
|
![](./screenshots/$i)
|
|
</section>"
|
|
done
|