Sha256: 91f8ad2c27cc076c6431c255fccff57be682c653a28d830768ed02272b9b5f94
Contents?: true
Size: 261 Bytes
Versions: 30
Compression:
Stored size: 261 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require_relative '../lib/awskeyring_command' trap('SIGINT') do warn "\nExecution aborted.\n" exit 1 end begin AwskeyringCommand.start rescue Keychain::UserCancelledError => e warn e.to_s exit 1 end
Version data entries
30 entries across 30 versions & 1 rubygems