Sha256: ed8473b6859cb169729aaa358f4e61420fc11b4b88f8c9c6ccd01993df837b54
Contents?: true
Size: 258 Bytes
Versions: 57
Compression:
Stored size: 258 Bytes
Contents
#!/usr/bin/env ruby # # backlog Startup script for the backlog application # # chkconfig: 345 88 12 # description: Backlog $VERBOSE=true require 'rubygems' require 'rbconfig' system "#{Config::CONFIG['bindir']}/#{File.basename(__FILE__)} #{ARGV[0]}"
Version data entries
57 entries across 57 versions & 1 rubygems