Files
MicroPythonOS/scripts/freezefs_mount_builtin.sh
T
2025-05-06 16:30:47 +02:00

4 lines
158 B
Bash
Executable File

pushd ~/sources/freezeFS
python3 -m freezefs --target /builtin --on-import mount ~/sources/PiggyOS/internal_filesystem/builtin freezefs_mount_builtin.py
popd