aitech-eks-pub/run_conversion.sh

6 lines
81 B
Bash

for i in {cw,wyk}/*.ipynb;
do
bash convert_ipynb_to_md.sh $i
echo $i done
done