You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$Details="PowerShell $Version ($Edition edition) with $NumModules modules and $NumAliases aliases"
31
+
$Details="PowerShell $Version ($Edition edition) with $NumModules modules and $NumAliases aliases."
32
+
Write-Host"🔸 "-noNewline
33
+
&"$PSScriptRoot/write-typewriter.ps1""Welcome to $Details"25
34
+
""
29
35
Write-Host"🔸 "-noNewline
30
-
&"$PSScriptRoot/write-typewriter.ps1""This is $Details"25
36
+
&"$PSScriptRoot/write-typewriter.ps1""PowerShell is open-source and free! It's available for Linux, Mac OS and Windows."25
37
+
""
38
+
Write-Host"🔸 "-noNewline
39
+
&"$PSScriptRoot/write-typewriter.ps1""Curious? Take a look under the hood at: https://github.com/PowerShell/PowerShell"25
31
40
""
32
41
Write-Host"🔸 "-noNewline
33
42
&"$PSScriptRoot/write-typewriter.ps1""Want to learn PowerShell? See the tutorials at: https://www.guru99.com/powershell-tutorial.html"25
@@ -36,16 +45,15 @@ try {
36
45
&"$PSScriptRoot/write-typewriter.ps1""Need docs? See the official documentation at: https://docs.microsoft.com/en-us/powershell"25
37
46
""
38
47
Write-Host"🔸 "-noNewline
39
-
&"$PSScriptRoot/write-typewriter.ps1""Want examples? See the PowerShell script collection at: https://github.com/fleschutz/PowerShell"25
48
+
&"$PSScriptRoot/write-typewriter.ps1""Want sample scripts? See the Mega Collection of PowerShell scripts at: https://github.com/fleschutz/PowerShell"25
40
49
""
41
50
Write-Host"🔸 "-noNewline
42
-
&"$PSScriptRoot/write-typewriter.ps1""Take a look under the hood and visit the PowerShell Github repository at: https://github.com/PowerShell/PowerShell"25
51
+
&"$PSScriptRoot/write-typewriter.ps1""Want to donate? Great, just follow this link: https://www.paypal.com/paypalme/Fleschutz"25
43
52
""
44
53
Write-Host"🔸 "-noNewline
45
54
&"$PSScriptRoot/write-typewriter.ps1""Any questions? See the PowerShell FAQ at: https://github.com/fleschutz/PowerShell/blob/master/Docs/FAQ.md"25
46
55
""
47
-
&"$PSScriptRoot/write-typewriter.ps1"" (use <Ctrl> + <Click> to follow the links above)"20
48
-
""
56
+
&"$PSScriptRoot/write-typewriter.ps1"" (use <Ctrl> + <Click> to open the links above in your browser)"100
49
57
exit0# success
50
58
} catch {
51
59
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
0 commit comments