Sha256: d962451c607d8ae0b21117f156ec35b45774804416eecd800c4c10ddb493a8f2
Contents?: true
Size: 755 Bytes
Versions: 53
Compression:
Stored size: 755 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 'fileutils' require_relative 'autohotkey.rb' autohotkey('TlmViewer2', 'tlm_viewer2.ahk') do require 'cosmos/tools/tlm_viewer/tlm_viewer' Cosmos::TlmViewer.run end # Remove known exception file Dir["autohotkey/outputs/logs/*exception.txt"].each do |file| File.delete file if File.read(file).include? "Unable to require this_widget due to cannot load such file -- this_widget" end
Version data entries
53 entries across 53 versions & 1 rubygems