smash-the-firewall/screenshots/crealista.sh
2024-04-20 15:59:41 +02:00

9 lines
110 B
Bash

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