Sha256: f922a416e5dd4f6ffffa5c5c006ad9da54910dff347149f907626645d6d66735

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 Bytes

Contents

#!/usr/bin/env ruby

#require 'dirwatch'
require_relative '../lib/dirwatch'
watcher = Dirwatch::Watcher.from_args ARGV
watcher.start

begin
  sleep
rescue Interrupt
ensure
  puts "shutting down..."
  watcher.stop
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dirwatch-0.0.0 bin/dirwatch