Sha256: 55222596314671b9b634b996b809a24c5f00b9a21e3d1f1ce5dfdf3f15719848
Contents?: true
Size: 809 Bytes
Versions: 39
Compression:
Stored size: 809 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('TableManager4') do require 'cosmos/tools/table_manager/table_manager' Cosmos::TableManager.run end # Clean up table output raise "Output file not created!" unless File.exist?("autohotkey/ConfigTables.dat") FileUtils.rm("autohotkey/ConfigTables.dat") raise "Report file not created!" unless File.exist?("autohotkey/ConfigTables.csv") FileUtils.rm("autohotkey/ConfigTables.csv")
Version data entries
39 entries across 39 versions & 1 rubygems