Skip to content

Commit

Permalink
Merge pull request NARKOZ#75 from lipis/patch-1
Browse files Browse the repository at this point in the history
Removed parenthesis
  • Loading branch information
NARKOZ committed Nov 30, 2015
2 parents eb7f1d8 + 7ff2fc8 commit c0096a1
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 c0096a1

Please sign in to comment.