mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-19 12:15:31 +02:00
8 lines
128 B
PowerShell
8 lines
128 B
PowerShell
$path = $args[0]
|
|
|
|
if (Test-Path -Path "$path/love/Android.mk") {
|
|
Write-Output "yes"
|
|
} else {
|
|
Write-Output "no"
|
|
}
|