exe/pgsync in pgsync-0.5.2 vs exe/pgsync in pgsync-0.5.3

- old
+ new

@@ -1,10 +1,6 @@ #!/usr/bin/env ruby -# disable Slop warning with Ruby 2.7 -# TODO remove when Slop > 4.7.0 is released -$VERBOSE = nil - # handle interrupts trap("SIGINT") { abort } require "pgsync" PgSync::Client.start