1#!/usr/bin/env ruby 2# frozen_string_literal: true 3 4require "elelem" 5 6Signal.trap("INT") do 7 exit(1) 8end 9 10Elelem::Application.start