Skip to content

Commit

Permalink
Merge pull request #132 from ww40/patch-1
Browse files Browse the repository at this point in the history
Update fucking_coffee.psm1
  • Loading branch information
NARKOZ authored May 9, 2017
2 parents bba94d8 + 7a82ced commit 64f2d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions powershell/fucking_coffee.psm1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<#
.SYNOPSIS
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
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
Expand Down Expand Up @@ -59,4 +59,4 @@ Function Send-TelNetCommands
$writer.WriteLine($command)
$writer.Flush()
Start-Sleep -Milliseconds $WaitTime
}
}

0 comments on commit 64f2d1b

Please sign in to comment.