Sha256: bff3f37c46f715c466d16abffbd148009707c879ce91acc4a3a3b732860d1380
Contents?: true
Size: 272 Bytes
Versions: 26
Compression:
Stored size: 272 Bytes
Contents
#!/usr/bin/env ruby source_application = ARGV[0] target_application = ARGV[1] target_path = File.dirname(__FILE__) source_file = "#{target_path}/ix-#{source_application}" target_file = "#{target_path}/ix-#{target_application}" system "mv #{source_file} #{target_file}"
Version data entries
26 entries across 26 versions & 1 rubygems