Files
sdk-cpp/bootstrap.sh
2023-12-08 17:01:58 -03:00

10 lines
115 B
Bash
Executable File

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