aboutsummaryrefslogtreecommitdiffstats
path: root/client/start.rb
blob: f3ba31e2bb9a93e236b75ed1c7901b5dcf02c287 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env ruby
require "./worker"

$stdout.sync = true
$stderr.sync = true

worker = Worker.new
worker.start