mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-13 22:38:46 +02:00
Change to UTF-8 BOM
This commit is contained in:
@ -1,22 +1,16 @@
|
||||
|
||||
<#
|
||||
<#
|
||||
.SYNOPSIS
|
||||
firefox installer
|
||||
.DESCRIPTION
|
||||
Download and install latest firefox
|
||||
.EXAMPLE
|
||||
PS> ./firefox-installer.ps1
|
||||
|
||||
PS> ./firefox-installer.ps1
|
||||
.LINK
|
||||
https://github.com/pakoti/Awesome_Sysadmin
|
||||
.NOTES
|
||||
Author: Dark Master | License: CC0-1,0
|
||||
#>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
try {
|
||||
$StopWatch = [system.diagnostics.stopwatch]::startNew()
|
||||
|
||||
|
Reference in New Issue
Block a user