#!/usr/bin/env ruby require 'specific_help' help_file = File.join(ENV['HOME'],'.my_help','emacs_help.org') SpecificHelp::Command.run(help_file, ARGV)