Sha256: bd66ff6b809f7d60e0933053eea16e91b96373dc6c6487b165b58fa04351233a
Contents?: true
Size: 864 Bytes
Versions: 39
Compression:
Stored size: 864 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 # Clean up table output Dir["autohotkey/outputs/tables/*.dat"].each {|file| File.delete file } Dir["autohotkey/outputs/tables/*.csv"].each {|file| File.delete file } require_relative 'autohotkey.rb' autohotkey('TableManager', 'table_manager.ahk') do require 'cosmos/tools/table_manager/table_manager' Cosmos::TableManager.run end # Clean up table output Dir["autohotkey/outputs/tables/*.dat"].each {|file| File.delete file } Dir["autohotkey/outputs/tables/*.csv"].each {|file| File.delete file }
Version data entries
39 entries across 39 versions & 1 rubygems