Sha256: 4fe8d602fc870d5192c27412b2f3349dbcdcce080e01448892a9c058d5fb05b0

Contents?: true

Size: 249 Bytes

Versions: 2

Compression:

Stored size: 249 Bytes

Contents

#!/usr/bin/env ruby
require 'specific_help'
if ENV['LANG'] == "C" then
  help_file = File.join(ENV['HOME'],'.my_help','md_help_e.org')
else
  help_file = File.join(ENV['HOME'],'.my_help','md_help.org')
end
SpecificHelp::Command.run(help_file, ARGV)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
my_help-0.5.2 exe/m_h
my_help-0.5.1 exe/m_h