public
Description: Simple Asynchronous Processing
Homepage:
Clone URL: git://github.com/jnstq/job_fu.git
job_fu / install.rb
100644 5 lines (3 sloc) 0.114 kb
1
2
3
4
5
# Install hook code here
require 'pathname'
 
puts IO.read(Pathname.new(__FILE__).dirname.join("README.markdown"))