summaryrefslogtreecommitdiff
path: root/images/bnw/shuffleimg
blob: 76d2e4735ec6c50c96163620ee43556680e6dc38 (plain)
1
2
3
4
#!/bin/sh

img=$(ls *.webp | shuf -n 1 | sed "s/^//")
echo "<img src="/images/bnw/$img" alt="random stable-diffusion art">"