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