smash-the-firewall/screenshots/crealista.sh
2024-04-20 13:50:27 +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