mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 19:44:18 +00:00
12 lines
156 B
Bash
Executable File
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
|