Sha256: 78fade03cb8224c5afafb0b2a973299b4f357dc6041fe5a671cfa8b3cbf9c552
Contents?: true
Size: 262 Bytes
Versions: 19
Compression:
Stored size: 262 Bytes
Contents
#!/usr/bin/env ruby path = __FILE__ while File.symlink?(path) path = File.expand_path(File.readlink(path), File.dirname(path)) end $:.unshift(File.join(File.dirname(File.expand_path(path)), '..', 'lib')) require 'intent' Intent::Todo::Manager.run(ARGV.dup)
Version data entries
19 entries across 19 versions & 1 rubygems