Skip to content

Instantly share code, notes, and snippets.

@jshen28
Created November 6, 2018 07:45
Show Gist options
  • Select an option

  • Save jshen28/b79cabe65e11bf0c3c23f8e0542a23a0 to your computer and use it in GitHub Desktop.

Select an option

Save jshen28/b79cabe65e11bf0c3c23f8e0542a23a0 to your computer and use it in GitHub Desktop.

BUNDLE

BUNDLE_EXEC_PATH=
BUNDLE_DIR=

cd $BUNDLE_DIR
${BUNDLE_EXEC_PATH} exec ${EXECUTABLE_FILE}

SAMPLE EXECUTABLE FILE DEMO

#!/usr/bin/env ruby

require 'fog/openstack'

put "Hello World"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment