mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
4 lines
50 B
Bash
4 lines
50 B
Bash
|
#!/bin/sh
|
||
|
git submodule init
|
||
|
git submodule update
|