mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
git submodule init
|
||
|
git submodule update
|