mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
git submodule init
|
||
|
git submodule update
|