Sha256: 67c987f5b57b2e1cc9a4d02750265948bce34fdc57ea0f81a5932127a9def602

Contents?: true

Size: 574 Bytes

Versions: 64

Compression:

Stored size: 574 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('CmdSender', 'cmd_sender.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

64 entries across 64 versions & 1 rubygems

Version Path
cosmos-3.2.0 autohotkey/tools/CmdSenderAHK
cosmos-3.1.2 autohotkey/tools/CmdSenderAHK
cosmos-3.1.1 autohotkey/tools/CmdSenderAHK
cosmos-3.1.0 autohotkey/tools/CmdSenderAHK