We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e916f commit 7a82cedCopy full SHA for 7a82ced
powershell/fucking_coffee.psm1
@@ -1,7 +1,7 @@
1
<#
2
.SYNOPSIS
3
Simple script to connect to a coffee part using TelNet then issue specific commands that
4
- brew and pourt a cup of coffee for the user.
+ brew and pour a cup of coffee for the user.
5
.DESCRIPTION
6
This script was converted using the ruby version of the fucking_coffee script. In this script,
7
I left the use of environment variables since its only use was to determine if the user was
@@ -59,4 +59,4 @@ Function Send-TelNetCommands
59
$writer.WriteLine($command)
60
$writer.Flush()
61
Start-Sleep -Milliseconds $WaitTime
62
-}
+}
0 commit comments