ray/numbuf/thirdparty/download_thirdparty.sh
2016-11-19 12:30:01 -08:00

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"