marshroom/dungeon-plot/dungeon.sh

14 lines
194 B
Bash
Raw Normal View History

2025-03-30 16:28:32 +01:00
infiles="map.png heat.png"
outdir="../marshroom/dungeon/"
pipenv run python dungeon.py
for f in $infiles
do
#magick $f -resize 512x512 $f
echo $f
done
#cp $infile $outfile
sxiv *.png