2
0
Fork 0
forked from cisti/facciamo
autodifesa-digitale-parte-1/screenshots/crealista.sh
2018-11-24 17:40:19 +01:00

8 lines
110 B
Bash
Executable file

!#/bin/bash
for i in `cat $1`; do
echo "<section data-markdown>
##
![](./screenshots/$i)
</section>"
done