Template of a custom feed generator service for the Bluesky network in Ruby

added log on stop

Changed files
+1 -1
bin
+1 -1
bin/firehose
··· 71 71 end 72 72 end 73 73 74 - trap("SIGINT") { firehose.stop } 74 + trap("SIGINT") { puts "Stopping..."; firehose.stop } 75 75 76 76 firehose.start