Sha256: be42cfe6811764ad1caa6b784a51cbf2ac4da8b38e00377f28edf5783eb5acc0
Contents?: true
Size: 192 Bytes
Versions: 26
Compression:
Stored size: 192 Bytes
Contents
#!/usr/bin/env ruby application = ARGV[0] target_path = File.dirname(__FILE__) target_file = "#{target_path}/ix-#{application}" system "vim #{target_file}" system "chmod +x #{target_file}"
Version data entries
26 entries across 26 versions & 1 rubygems