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