Sha256: 01d8aba9b00d3ca257766cbf921fdabb2001ba8c3b5e378fd2bcb66f11705a9e
Contents?: true
Size: 576 Bytes
Versions: 10
Compression:
Stored size: 576 Bytes
Contents
#!/usr/bin/env ruby # encoding: ascii-8bit # Copyright 2014 Ball Aerospace & Technologies Corp. # All Rights Reserved. # # This program is free software; you can modify and/or redistribute it # under the terms of the GNU General Public License # as published by the Free Software Foundation; version 3 with # attribution addendums as found in the LICENSE.txt require_relative 'autohotkey.rb' autohotkey('CmdSender2', 'cmd_sender2.ahk') do require 'cosmos/tools/cmd_sender/cmd_sender' require 'cosmos/tools/cmd_tlm_server/cmd_tlm_server_gui' Cosmos::CmdSender.run end
Version data entries
10 entries across 10 versions & 1 rubygems