Sha256: b062d4461372848a1a788ec577f37af81c09a7578f6fce9611c0edfc6456ad90
Contents?: true
Size: 298 Bytes
Versions: 5
Compression:
Stored size: 298 Bytes
Contents
#!/usr/bin/env ruby # encoding: utf-8 $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'rwiki' working_path = (ARGV[0] ? File.expand_path(ARGV[0]) : Dir.pwd).freeze puts "Working path is: #{working_path}" Rwiki::Models::Node.working_path = working_path Rwiki::App.run!
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rwiki-0.2.4 | bin/rwiki |
rwiki-0.2.3 | bin/rwiki |
rwiki-0.2.2 | bin/rwiki |
rwiki-0.2.1 | bin/rwiki |
rwiki-0.1.3 | bin/rwiki |