tribufu-java/Scripts/Package.ps1
2021-07-18 14:02:30 -03:00

10 lines
115 B
PowerShell
Executable file

#!/usr/bin/env pwsh
if ($IsWindows)
{
python ./Scripts/Package.py
}
else
{
python3 ./Scripts/Package.py
}