tribufu-java/Bootstrap.sh
2021-05-09 17:03:08 -03:00

16 lines
192 B
Bash
Executable file

#!/usr/bin/env sh
sudo chmod +x ./gradlew
sudo chmod +x ./Scripts/Package.ps1
# Linux
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
then
# Mac
elif [ "$(uname)" = "Darwin" ]
then
fi