Sha256: 96746e3dc8e706d59662c2f4ab75260d9ea30097fd0bacee3ef85af1eed3bdda
Contents?: true
Size: 294 Bytes
Versions: 3
Compression:
Stored size: 294 Bytes
Contents
#!/usr/bin/env ruby ## Development ENV only $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) ### require 'rubygems' require 'history_commander/setup_bashrc' options = Trollop::options do opt :yes, "Do not prompt", :default => false end SetupBashrc.install(options[:yes])
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
history_commander-0.0.3 | bin/hc_setup_bashrc |
history_commander-0.0.2 | bin/hc_setup_bashrc |
history_commander-0.0.1 | bin/hc_setup_bashrc |