Skip to content

Instantly share code, notes, and snippets.

@tt
Created October 16, 2013 15:11
Show Gist options
  • Save tt/7009264 to your computer and use it in GitHub Desktop.
Save tt/7009264 to your computer and use it in GitHub Desktop.
touch foo
chmod u+x foo
echo 'require "fileutils"; FileUtils.cp("foo", "foo-1.9.2")' | (chruby 1.9.2 && ruby)
echo 'require "fileutils"; FileUtils.cp("foo", "foo-1.9.3")' | (chruby 1.9.3 && ruby)
ls -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment