tribufu-java/Bootstrap.sh
2021-04-17 09:07:19 -03:00

13 lines
131 B
Bash

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