Skip to content

Instantly share code, notes, and snippets.

Created June 10, 2015 07:03
Show Gist options
  • Save anonymous/d067127045b645ddb957 to your computer and use it in GitHub Desktop.
Save anonymous/d067127045b645ddb957 to your computer and use it in GitHub Desktop.
Farhans-iMac:~ FarhanSyed$ tar -xzvf chruby-0.3.9.tar.gz
x chruby-0.3.9/
x chruby-0.3.9/.gitignore
x chruby-0.3.9/.travis.yml
x chruby-0.3.9/CONTRIBUTING.md
x chruby-0.3.9/ChangeLog.md
x chruby-0.3.9/LICENSE.txt
x chruby-0.3.9/Makefile
x chruby-0.3.9/README.md
x chruby-0.3.9/Vagrantfile
x chruby-0.3.9/benchmarks/
x chruby-0.3.9/benchmarks/chruby_auto.sh
x chruby-0.3.9/benchmarks/chruby_list.sh
x chruby-0.3.9/benchmarks/chruby_use.sh
x chruby-0.3.9/benchmarks/load_time.sh
x chruby-0.3.9/bin/
x chruby-0.3.9/bin/chruby-exec
x chruby-0.3.9/homebrew/
x chruby-0.3.9/homebrew/chruby.rb
x chruby-0.3.9/pkg/
x chruby-0.3.9/pkg/chruby-0.0.2.tar.bz2.asc
x chruby-0.3.9/pkg/chruby-0.0.3.tar.bz2.asc
x chruby-0.3.9/pkg/chruby-0.1.0.tar.bz2.asc
x chruby-0.3.9/pkg/chruby-0.1.1.tar.bz2.asc
x chruby-0.3.9/pkg/chruby-0.1.2.tar.bz2.asc
x chruby-0.3.9/pkg/chruby-0.2.0.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.2.1.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.2.2.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.2.3.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.2.4.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.2.5.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.3.0.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.3.1.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.3.2.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.3.3.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.3.4.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.3.5.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.3.6.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.3.7.tar.gz.asc
x chruby-0.3.9/pkg/chruby-0.3.8.tar.gz.asc
x chruby-0.3.9/rpm/
x chruby-0.3.9/rpm/chruby.spec
x chruby-0.3.9/rpm/sources
x chruby-0.3.9/scripts/
x chruby-0.3.9/scripts/bug_report.sh
x chruby-0.3.9/scripts/setup.sh
x chruby-0.3.9/share/
x chruby-0.3.9/share/chruby/
x chruby-0.3.9/share/chruby/auto.sh
x chruby-0.3.9/share/chruby/chruby.sh
x chruby-0.3.9/test/
x chruby-0.3.9/test/chruby_auto_test.sh
x chruby-0.3.9/test/chruby_exec_test.sh
x chruby-0.3.9/test/chruby_reset_test.sh
x chruby-0.3.9/test/chruby_test.sh
x chruby-0.3.9/test/chruby_use_test.sh
x chruby-0.3.9/test/helper.sh
x chruby-0.3.9/test/home/
x chruby-0.3.9/test/home/.bash_profile
x chruby-0.3.9/test/home/.bashrc
x chruby-0.3.9/test/home/.zshrc
x chruby-0.3.9/test/project/
x chruby-0.3.9/test/project/.ruby-version
x chruby-0.3.9/test/project/bad/
x chruby-0.3.9/test/project/bad/.ruby-version
x chruby-0.3.9/test/project/bad2/
x chruby-0.3.9/test/project/bad2/.ruby-version
x chruby-0.3.9/test/project/modified_version/
x chruby-0.3.9/test/project/modified_version/.ruby-version
x chruby-0.3.9/test/project/sub_dir/
x chruby-0.3.9/test/project/sub_dir/.gitkeep
x chruby-0.3.9/test/project/sub_versioned/
x chruby-0.3.9/test/project/sub_versioned/.ruby-version
x chruby-0.3.9/test/runner
x chruby-0.3.9/test/setup
Farhans-iMac:~ FarhanSyed$ cd chruby-0.3.9/
Farhans-iMac:chruby-0.3.9 FarhanSyed$ sudo make install
for dir in `find etc lib bin sbin share -type d 2>/dev/null`; do mkdir -p /usr/local/$dir; done
for file in `find etc lib bin sbin share -type f 2>/dev/null`; do cp $file /usr/local/$file; done
mkdir -p /usr/local/share/doc/chruby-0.3.9
cp -r *.md *.txt /usr/local/share/doc/chruby-0.3.9/
Farhans-iMac:chruby-0.3.9 FarhanSyed$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment