mirror of
https://github.com/marvinscham/masterthesis-playground.git
synced 2025-12-06 10:10:50 +01:00
7 lines
87 B
Bash
7 lines
87 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
./convert_jupytext.sh py
|
|
|
|
echo "✅ Jupytext conversion complete."
|