Sha256: 6bd4bbb01092603e810fda64bd6f23604197c534004e011e7855b632df66f13b
Contents?: true
Size: 254 Bytes
Versions: 3
Compression:
Stored size: 254 Bytes
Contents
#!/usr/bin/env ruby # coding: utf-8 progpath = $0 progpath = File.expand_path(progpath) progdir = "#{File.dirname(progpath)}" require "#{progdir}/../lib/files" require "#{progdir}/../lib/args" require "#{progdir}/../lib/changes" puts changed(ARGV[0])
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
githelp-0.1.2 | exe/githelp-changed |
githelp-0.1.1 | exe/githelp-changed |
githelp-0.1.0 | exe/githelp-changed |