mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-29 19:33:20 +01:00
Add find-android-phone.ps1
This commit is contained in:
parent
98ac588a23
commit
5fd52e0648
15
Scripts/find-android-phone.ps1
Executable file
15
Scripts/find-android-phone.ps1
Executable 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
|
Loading…
Reference in New Issue
Block a user