scripts/img.sh

8 lines
89 B
Bash
Executable File

#!/bin/sh
rm img.txt
for i in *
do
echo \<img src=\"$1$i\" alt=\"\"\> >> img.txt
done