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