Sha256: 784d7862988040b29a6b4586de2f0c5a280dd4500a85fdf5d9b0bc8a03f47a33
Contents?: true
Size: 200 Bytes
Versions: 16
Compression:
Stored size: 200 Bytes
Contents
#!/usr/bin/env ruby require "watchmonkey_cli" begin Process.setproctitle("watchmonkey_cli") WatchmonkeyCli::Application.dispatch(ENV, ARGV) rescue Interrupt puts("\n\nInterrupted") exit 1 end
Version data entries
16 entries across 16 versions & 1 rubygems