mirror of
https://github.com/marvinscham/masterthesis-playground.git
synced 2026-05-07 21:15:47 +02:00
7 lines
87 B
Bash
7 lines
87 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
./convert_jupytext.sh py
|
|
|
|
echo "✅ Jupytext conversion complete."
|