Add open-tiktok-website.ps1

This commit is contained in:
Markus Fleschutz
2021-11-23 07:16:04 +01:00
parent d95c984d64
commit 2e5be6ac68
2 changed files with 16 additions and 1 deletions

15
Scripts/open-tiktok-website.ps1 Executable file
View File

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