1
0
Fork 0
forked from cisti/facciamo
autodifesa-digitale-parte-1/screenshots/crealista.sh
2017-09-06 01:58:33 +02:00

8 lines
110 B
Bash
Executable file

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