#!/bin/bash # muss engine wechsln! cp ../chapters/*.qmd . for i in *.qmd do echo $i quarto render ${i} --to ipynb --no-execute done