2
0
mirror of https://github.com/narkoz/hacker-scripts synced 2025-08-23 02:47:14 +00:00

Update fucking_coffee.psm1

Corrected spelling in synopsis.
This commit is contained in:
Will Webb 2016-03-31 18:41:37 +01:00
parent 01e916f59c
commit 7a82ced99f

View File

@ -1,7 +1,7 @@
<# <#
.SYNOPSIS .SYNOPSIS
Simple script to connect to a coffee part using TelNet then issue specific commands that Simple script to connect to a coffee part using TelNet then issue specific commands that
brew and pourt a cup of coffee for the user. brew and pour a cup of coffee for the user.
.DESCRIPTION .DESCRIPTION
This script was converted using the ruby version of the fucking_coffee script. In this script, This script was converted using the ruby version of the fucking_coffee script. In this script,
I left the use of environment variables since its only use was to determine if the user was 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
$writer.WriteLine($command) $writer.WriteLine($command)
$writer.Flush() $writer.Flush()
Start-Sleep -Milliseconds $WaitTime Start-Sleep -Milliseconds $WaitTime
} }