mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-19 12:15:31 +02:00
idk how i missed these files and folders
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
if ($args.Length -gt 1) {
|
||||
# $args[0] = android-%d
|
||||
# $args[1] = %d
|
||||
$found = $args[0] -match 'android-(\d+)'
|
||||
|
||||
if ($found -and $matches[1] -ge $args[1]) {
|
||||
Write-Output "yes"
|
||||
} else {
|
||||
Write-Output "no"
|
||||
}
|
||||
} else {
|
||||
Write-Output "unknown"
|
||||
}
|
||||
Reference in New Issue
Block a user