Sha256: e3cdbdf3fbd5d02f2fd6a3c361d92c5891625958992129f5c8fa19d9e792ee8a
Contents?: true
Size: 629 Bytes
Versions: 24
Compression:
Stored size: 629 Bytes
Contents
#!/usr/bin/env ruby # encoding: ascii-8bit # Copyright 2015 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('ConfigEditor', 'config_editor.ahk') do require 'cosmos/tools/config_editor/config_editor' Cosmos::ConfigEditor.run end # Remove generated target FileUtils.rm_rf File.join("autohotkey", "config", "targets", "AHK_TEST")
Version data entries
24 entries across 24 versions & 1 rubygems