2
0
mirror of https://github.com/tribufu/sdk-cpp synced 2025-06-19 17:34:18 +00:00
Files
sdk-cpp/bootstrap.sh
2023-12-16 09:23:39 -03:00

12 lines
156 B
Bash
Executable File

#!/usr/bin/env sh
git submodule update --init --recursive
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
then
elif [ "$(uname)" = "Darwin" ]
then
fi