mirror of
https://github.com/vale981/ray
synced 2025-03-14 15:16:38 -04:00
9 lines
140 B
Bash
9 lines
140 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
set -x
|
||
|
set -e
|
||
|
|
||
|
TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
||
|
|
||
|
git submodule update --init --recursive -- "$TP_DIR/arrow"
|