Add find-android-phone.ps1

This commit is contained in:
Markus Fleschutz 2021-11-04 15:07:07 +01:00
parent 98ac588a23
commit 5fd52e0648

15
Scripts/find-android-phone.ps1 Executable file
View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Opens Google Find My Device
.DESCRIPTION
This script launches the Web browser with the Google Find My Device website.
.EXAMPLE
PS> ./open-android-phone
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/open-browser.ps1" "https://www.google.com/android/find"
exit 0 # success