Sha256: edf3e56b39017d45e34af77206e6f02ca06f455356212bbc5b87d22e29192165
Contents?: true
Size: 601 Bytes
Versions: 39
Compression:
Stored size: 601 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('TableManager3') do require 'cosmos/tools/table_manager/table_manager' Cosmos::TableManager.run end Dir["autohotkey/config/tools/table_manager/converted*.txt"].each {|file| File.delete file }
Version data entries
39 entries across 39 versions & 1 rubygems