mirror of
https://github.com/Tribufu/TribufuJava
synced 2026-08-07 20:06:23 +00:00
16 lines
192 B
Bash
Executable file
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
|