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