Skip to content

Commit

Permalink
Removed parenthesis
Browse files Browse the repository at this point in the history
for consistency
  • Loading branch information
lipis committed Nov 30, 2015
1 parent eb7f1d8 commit 7ff2fc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions coffee/fucking.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ process.exit 0 if new Date().getDay() in [6, 0]
# no sessions
process.exit 0 unless new RegExp(username).test sh('who -q').toString()

conn = require('net').createConnection(port, host)
conn = require('net').createConnection port, host

setTimeout ->
conn.write "#{pass}\nsys brew\n"
setTimeout ->
conn.end 'sys pour'
process.exit(0)
process.exit 0
, 2 * 1000
, 1 * 1000

# alert
sh('say come here and take your fucking coffee')
sh 'say come here and take your fucking coffee'

0 comments on commit 7ff2fc8

Please sign in to comment.