mirror of
https://github.com/Tribufu/TribufuJava
synced 2026-08-08 04:11:08 +00:00
10 lines
118 B
PowerShell
Executable file
10 lines
118 B
PowerShell
Executable file
#!/usr/bin/env pwsh
|
|
|
|
if ($IsWindows)
|
|
{
|
|
}
|
|
else
|
|
{
|
|
sudo chmod +x ./gradlew
|
|
sudo chmod +x ./Scripts/Package.ps1
|
|
}
|