Sha256: 7499a9ff1f5f71b778f7d4c206191dde5b4fb82edd6ec990f2262d4cf1d41e17

Contents?: true

Size: 160 Bytes

Versions: 8

Compression:

Stored size: 160 Bytes

Contents

#!/usr/bin/env ruby

require "pgslice"
begin
  PgSlice::Client.new(ARGV).perform
rescue PgSlice::Error => e
  abort e.message
rescue Interrupt => e
  abort
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pgslice-0.4.2 exe/pgslice
pgslice-0.4.1 exe/pgslice
pgslice-0.4.0 exe/pgslice
pgslice-0.3.6 exe/pgslice
pgslice-0.3.5 exe/pgslice
pgslice-0.3.4 exe/pgslice
pgslice-0.3.3 exe/pgslice
pgslice-0.3.2 exe/pgslice