Skip to content

Instantly share code, notes, and snippets.

@nemrosim
Last active August 29, 2019 16:49
Show Gist options
  • Save nemrosim/dd6d83f91c951a8440a8ea4480482d89 to your computer and use it in GitHub Desktop.
Save nemrosim/dd6d83f91c951a8440a8ea4480482d89 to your computer and use it in GitHub Desktop.
[RubyCLI] cli commands #Ruby #CLI #RubyCLI
$ gem install rsense
// Create file
$ touch demo
//Run file
$ ruby demo.rb
// console interactive ruby
$ irb
$ CTRL + L - take to top
// HEROCU DEPLOYMENT
move sqlite and creacte group :production
$ bundle install --without production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment