Sha256: 777d21d4c8d6c6ad21918f843deed94df1832c428d19e6e6f780a818acea7da6
Contents?: true
Size: 267 Bytes
Versions: 8
Compression:
Stored size: 267 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/todo' Intent::Todo::Manager.run(ARGV.dup)
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
intent-0.1.8 | bin/todo |
intent-0.1.6 | bin/todo |
intent-0.1.5 | bin/todo |
intent-0.1.4 | bin/todo |
intent-0.1.3 | bin/todo |
intent-0.1.2 | bin/todo |
intent-0.1.1 | bin/todo |
intent-0.1.0 | bin/todo |